Skip to content

Commit 88bdf77

Browse files
authored
fix: correct nested sass (jquense#2641)
Corrects an issue with improper nesting within SASS file
1 parent 5af784f commit 88bdf77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sass/styles.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,13 @@
100100
.rbc-row-content-scroll-container {
101101
height: 100%;
102102
overflow-y: scroll;
103+
-ms-overflow-style: none; /* IE and Edge */
104+
scrollbar-width: none; /* Firefox */
103105

104106
/* Hide scrollbar for Chrome, Safari and Opera */
105107
&::-webkit-scrollbar {
106108
display: none;
107109
}
108-
109-
-ms-overflow-style: none; /* IE and Edge */
110-
scrollbar-width: none; /* Firefox */
111110
}
112111
}
113112

0 commit comments

Comments
 (0)