awsome line to prevent chrome from going back on swipe
parent
bd72f893ea
commit
11e72bf2df
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue