add strict containment for container element

This commit is contained in:
Nolan Lawson 2018-01-21 13:58:31 -08:00
parent 72d5ccdc6e
commit 28c1008500
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ body {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
contain: strict;
position: absolute; position: absolute;
top: 72px; top: 72px;
left: 0; left: 0;