Fix overscroll behavior
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
603d373cee
commit
92ab8331d0
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
@mixin scroll {
|
||||
overflow: hidden;
|
||||
overscroll-behavior: none;
|
||||
@extend .firefox-scrollbar;
|
||||
@extend .webkit-scrollbar;
|
||||
@extend .webkit-scrollbar-track;
|
||||
|
|
Loading…
Reference in a new issue