mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
feat(mobile): disable overscroll for toolbar
This commit is contained in:
parent
706b011b23
commit
187ef60350
@ -33,6 +33,7 @@ const TPL = `\
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow-x: auto;
|
||||
overscroll-behavior: none;
|
||||
z-index: 500;
|
||||
user-select: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user