mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 18:42:28 +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;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
overscroll-behavior: none;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user