fix(UI): treats the scrollbar as an overlay

This commit is contained in:
walstanb 2020-10-27 12:37:20 +05:30
parent 6991bd1f3c
commit 5c2a26753b
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ body {
html,
body {
overflow-x: hidden;
overflow-y: overlay;
}
@media (max-width: 991px) {
.intro-area,

View file

@ -15,6 +15,7 @@ body {
html,
body {
overflow-x: hidden; //Prevent scroll on narrow devices
overflow-y: overlay;
}
@media(max-width: 991px) {