Changed overflow to only hide horizontal scroll

pull/3/head
Maik de Kruif 5 years ago
parent 8778b83bb2
commit 930748b79e
  1. 2
      error_pages/404.html

@ -17,7 +17,7 @@
body {
font-family: 'Roboto', sans-serif;
background: #060612;
overflow: hidden;
overflow-x: hidden;
height: 100vh;
display: flex;
flex-direction: column;

Loading…
Cancel
Save