mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #6906 from jibees/6895-close-tooptip-when-user-clicks-anywhere-else
Close unit price tooltip when user click outside the tooltip
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