smooth scrolling on iOS

This commit is contained in:
nkanaev
2025-06-04 22:07:27 +01:00
parent 6b02a09f75
commit 7fe688e97c
3 changed files with 8 additions and 3 deletions

View File

@@ -100,6 +100,10 @@ select.form-control:not([multiple]):not([size]) {
padding-right: 0;
}
.scroll-touch {
-webkit-overflow-scrolling: touch;
}
/* custom elements */
.font-serif {