mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-17 03:25:19 +00:00
💄 Set dropdown menu below modals on mobile
This commit is contained in:
parent
54a056f582
commit
474b78dad2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ details.dropdown .dropdown-menu a:focus-visible {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 100;
|
z-index: 35;
|
||||||
}
|
}
|
||||||
|
|
||||||
details .dropdown-menu > * {
|
details .dropdown-menu > * {
|
||||||
|
|
Loading…
Reference in a new issue