Skip to content

Commit 0615d71

Browse files
committed
feat(frontend): hide scrollbar in global styles
1 parent de72da7 commit 0615d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/app/globals.css

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
}
9595

9696
::-webkit-scrollbar {
97+
display: none;
9798
width: 6px;
9899
height: 6px;
99100
}

0 commit comments

Comments
 (0)