mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
11 lines
208 B
SCSS
11 lines
208 B
SCSS
.help-modal {
|
|
visibility: visible;
|
|
position: fixed;
|
|
top: 3em;
|
|
}
|
|
|
|
/* prevent arrow on selected admin menu item appearing above modal */
|
|
body.modal-open #admin-menu li.selected a::after {
|
|
z-index: 0;
|
|
}
|