feat(mobile): disable overscroll for toolbar

This commit is contained in:
Elian Doran 2025-01-16 16:32:47 +02:00
parent 706b011b23
commit 187ef60350
No known key found for this signature in database

View File

@ -33,6 +33,7 @@ const TPL = `\
left: 0;
right: 0;
overflow-x: auto;
overscroll-behavior: none;
z-index: 500;
user-select: none;
}