awsome line to prevent chrome from going back on swipe

master
Mark MacKay 2021-05-17 19:19:09 -05:00
parent bd72f893ea
commit 11e72bf2df
1 changed files with 6 additions and 3 deletions

View File

@ -16,7 +16,10 @@ body {
::selection {background: #000; color: #fff; /* Safari */}
::-moz-selection {background: #000; color: #fff; /* Firefox */}
html, body {
overscroll-behavior-x: none;
overflow: hidden;
width: 100%;
height: 100%;