fix(UI): treats the scrollbar as an overlay
This commit is contained in:
parent
6991bd1f3c
commit
5c2a26753b
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ body {
|
|||
html,
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
overflow-y: overlay;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.intro-area,
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ body {
|
|||
html,
|
||||
body {
|
||||
overflow-x: hidden; //Prevent scroll on narrow devices
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
@media(max-width: 991px) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue