mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-02 05:00:40 +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;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.classic-toolbar-widget::-webkit-scrollbar {
|
||||||
|
height: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.classic-toolbar-widget.dropdown-active {
|
.classic-toolbar-widget.dropdown-active {
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user