Skip to content

Commit 808ebc5

Browse files
Merge branch 'codehubbers:main' into feature/show-hide-password
2 parents 54fa01d + b2fc160 commit 808ebc5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/styles/globals.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,14 @@ body {
308308
height: 14px;
309309
}
310310
}
311+
312+
/* Hide scrollbar for Chrome, Safari, Edge */
313+
.scrollbar-hide::-webkit-scrollbar {
314+
display: none;
315+
}
316+
317+
/* Hide scrollbar for Firefox */
318+
.scrollbar-hide {
319+
scrollbar-width: none;
320+
-ms-overflow-style: none;
321+
};

0 commit comments

Comments
 (0)