diff --git a/static/style.css b/static/style.css index 69dcc8c..9ca0c0f 100644 --- a/static/style.css +++ b/static/style.css @@ -26,7 +26,15 @@ html { body { font-family: 'Roboto', sans-serif; - overflow: overlay; + /* IE and Edge */ + -ms-overflow-style: none; + /* Firefox */ + scrollbar-width: none; +} + +/* Hide scrollbar for Chrome, Safari and Opera */ +body::-webkit-scrollbar { + display: none; } #particles {