Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit f511238

Browse files
authored
fix: hidden scrollbar in Firefox (#159)
1 parent 3155aa0 commit f511238

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/client/styles/main.css

+5
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ textarea {
147147
background: #8886;
148148
}
149149

150+
.no-scrollbar {
151+
/* Support Firefox */
152+
scrollbar-width: none
153+
}
154+
150155
.no-scrollbar::-webkit-scrollbar {
151156
display: none;
152157
width: 0 !important;

0 commit comments

Comments
 (0)