Remove Scrollbar Hide

This commit is contained in:
Leo Herzog
2020-12-04 13:03:36 -05:00
parent ffb1e250e4
commit be414070b2

View File

@@ -72,32 +72,18 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
--grey: #BDBDBD; --grey: #BDBDBD;
--white: #FFF; --white: #FFF;
background: #24384D; background: #24384D;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
overflow-x: hidden; overflow-x: hidden;
} }
:root:-webkit-scrollbar {
display: none;
}
body { body {
color: var(--white); color: var(--white);
background: var(--gradient); background: var(--gradient);
font-family: 'Alata', sans-serif; font-family: 'Alata', sans-serif;
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
overflow-x: hidden; overflow-x: hidden;
} }
body:-webkit-scrollbar {
display: none;
}
input { input {
color: var(--white); color: var(--white);
background: var(--dark-blue); background: var(--dark-blue);