Disable overscroll

This commit is contained in:
Piotr Rogowski 2021-03-29 10:43:17 +02:00
parent e39a2c5665
commit f22c0f5baa
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ body {
overflow: hidden;
}
html, body {
overscroll-behavior-x: none;
}
.border-right {
border-right-width: 1px;
border-right-color: @border-color-split;