mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
fix(mobile): make modal windows scrollable
This commit is contained in:
parent
167bd39e5b
commit
d2229d6179
@ -1396,11 +1396,12 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
max-height: 85vh;
|
max-height: 85vh;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .modal-content {
|
body.mobile .modal-content {
|
||||||
height: 100% !important;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .help-dialog kbd {
|
body.mobile .help-dialog kbd {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user