feat: Hide scrollbar by setting width and height to 0 in global styles
This commit is contained in:
@@ -18,3 +18,8 @@ body,
|
|||||||
@apply bg-white;
|
@apply bg-white;
|
||||||
@apply dark:bg-black;
|
@apply dark:bg-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 0px;
|
||||||
|
height: 0px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user