diff --git a/style.css b/style.css index 962d272..3924ee7 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,7 @@ } html { font-size: 62.5%; + overflow: hidden; } /*/////////////////////////*/ body { @@ -30,7 +31,7 @@ body { background: linear-gradient(#082c0c 10%, #abc841 55%, #220a33 20%); box-shadow: 0 0 500px 50px black inset; - /* overflow: hidden; */ + overflow: hidden; } body::-webkit-scrollbar { display: none;