Fix scroll

This commit is contained in:
morethanwords 2021-12-20 14:08:13 +04:00
parent 0d3994ea68
commit 9b1b0466a0
2 changed files with 4 additions and 4 deletions

4
.env
View File

@ -1,5 +1,5 @@
API_ID=1025907
API_HASH=452b0359b988148995f22ff0f4229750
VERSION=1.0.0
VERSION_FULL=1.0.0 (49)
BUILD=49
VERSION_FULL=1.0.0 (50)
BUILD=50

View File

@ -78,13 +78,13 @@ html:not(.is-safari):not(.is-ios) {
-webkit-overflow-scrolling: touch;
&-x {
&.scrollable-x {
overflow-x: auto;
scrollbar-width: thin; // Firefox only
-ms-overflow-style: none;
}
&-y {
&.scrollable-y {
overflow-y: auto;
overflow-y: overlay;
scrollbar-width: thin; // Firefox only