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,10 +16,13 @@ body {
::selection {background: #000; color: #fff; /* Safari */}
::-moz-selection {background: #000; color: #fff; /* Firefox */}
html, body {
overflow: hidden;
width: 100%;
height: 100%;
overscroll-behavior-x: none;
overflow: hidden;
width: 100%;
height: 100%;
}
::-webkit-scrollbar {