mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 14:35:30 +02:00
fix(mobile): close button in unsafe area
This commit is contained in:
@@ -1756,6 +1756,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
max-height: unset;
|
||||
max-width: unset;
|
||||
|
||||
.modal-header {
|
||||
margin-top: env(safe-area-inset-top);
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user