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