mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Specify background position and with/height
- Click on this background trigger the tooltip close event.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user