Changed overflow to only hide horizontal scroll

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

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

Loading…
Cancel
Save