Specify background position and with/height

- Click on this background trigger the tooltip close event.
This commit is contained in:
Jean-Baptiste Bellet
2021-02-17 14:59:29 +01:00
parent 766acdf75b
commit c313083593

View File

@@ -38,6 +38,15 @@
margin-top: 0.1rem;
background-color: transparent;
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.joyride-content-wrapper {
background-color: $dynamic-blue;
padding: $padding-small;