Skip to content

Commit

Permalink
fix: correct nested sass (jquense#2641)
Browse files Browse the repository at this point in the history
Corrects an issue with improper nesting within SASS file
  • Loading branch information
cutterbl authored Aug 6, 2024
1 parent 5af784f commit 88bdf77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,13 @@
.rbc-row-content-scroll-container {
height: 100%;
overflow-y: scroll;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */

/* Hide scrollbar for Chrome, Safari and Opera */
&::-webkit-scrollbar {
display: none;
}

-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}

Expand Down

0 comments on commit 88bdf77

Please sign in to comment.