Dropdown menu: contain the scroll - prevent window scroll
see https://developers.google.com/web/updates/2017/11/overscroll-behavior
This commit is contained in:
parent
cb51a91b61
commit
c6f1ab7074
1 changed files with 1 additions and 0 deletions
|
@ -6317,6 +6317,7 @@ footer {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@include rtl(text-align, right);
|
@include rtl(text-align, right);
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu kbd {
|
.dropdown-menu kbd {
|
||||||
|
|
Loading…
Reference in a new issue