We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af784f commit 88bdf77Copy full SHA for 88bdf77
src/sass/styles.scss
@@ -100,14 +100,13 @@
100
.rbc-row-content-scroll-container {
101
height: 100%;
102
overflow-y: scroll;
103
+ -ms-overflow-style: none; /* IE and Edge */
104
+ scrollbar-width: none; /* Firefox */
105
106
/* Hide scrollbar for Chrome, Safari and Opera */
107
&::-webkit-scrollbar {
108
display: none;
109
}
-
- -ms-overflow-style: none; /* IE and Edge */
110
- scrollbar-width: none; /* Firefox */
111
112
113
0 commit comments