Skip to content

Commit

Permalink
Add height
Browse files Browse the repository at this point in the history
  • Loading branch information
jahongiry committed Mar 5, 2024
1 parent 299900a commit f7ce058
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ html {
}
}

/* ====== Scroll Bar start ====== */

::-webkit-scrollbar {
width: 3px;
background-color: var(--bg-color);
Expand All @@ -119,6 +117,7 @@ html {
body {
background: #0f082c;
overflow-y: hidden;
height: 100dvh;
}

.app {
Expand Down

0 comments on commit f7ce058

Please sign in to comment.