mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +08:00
fix(mobile): remove scrollbar for editing toolbar
This commit is contained in:
parent
4f09f1a266
commit
830285c866
@ -26,6 +26,10 @@ const TPL = /*html*/`\
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.classic-toolbar-widget::-webkit-scrollbar {
|
||||
height: 0 !important;
|
||||
}
|
||||
|
||||
.classic-toolbar-widget.dropdown-active {
|
||||
height: 50vh;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user