diff --git a/src/index.css b/src/index.css index eb90f9c..bb02519 100644 --- a/src/index.css +++ b/src/index.css @@ -91,8 +91,6 @@ html { } } -/* ====== Scroll Bar start ====== */ - ::-webkit-scrollbar { width: 3px; background-color: var(--bg-color); @@ -119,6 +117,7 @@ html { body { background: #0f082c; overflow-y: hidden; + height: 100dvh; } .app {