mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
style(next): fix submenu background on mobile
This commit is contained in:
parent
7112441818
commit
9b842a721d
@ -891,6 +891,11 @@ body.mobile .dropdown-menu {
|
||||
border-radius: var(--dropdown-border-radius);
|
||||
}
|
||||
|
||||
body.mobile .dropdown-menu .dropdown-menu {
|
||||
backdrop-filter: unset !important;
|
||||
border-radius: unset !important;
|
||||
}
|
||||
|
||||
body.desktop .dropdown-menu::before {
|
||||
content: "";
|
||||
backdrop-filter: var(--dropdown-backdrop-filter);
|
||||
|
Loading…
x
Reference in New Issue
Block a user