add strict containment for container element
This commit is contained in:
parent
72d5ccdc6e
commit
28c1008500
|
@ -16,6 +16,7 @@ body {
|
|||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
contain: strict;
|
||||
position: absolute;
|
||||
top: 72px;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in a new issue