Skip to content

Commit 040a934

Browse files
committed
fix: hide scroll
1 parent 2ac1b44 commit 040a934

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/client/styles/globals.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,16 @@
516516
}
517517
}
518518

519+
.root::-webkit-scrollbar {
520+
display: none !important;
521+
}
522+
523+
/* Hide scrollbar for IE, Edge and Firefox */
524+
.root {
525+
-ms-overflow-style: none !important; /* IE and Edge */
526+
scrollbar-width: none !important; /* Firefox */
527+
}
528+
519529
.ProseMirror {
520530
overflow-y: auto;
521531
max-height: 70vh;

0 commit comments

Comments
 (0)