Skip to content

Commit

Permalink
fix: table: adds default overflow back to latest scroll bars mixin (#678
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dkilgore-eightfold authored Jul 25, 2023
1 parent e73f8c4 commit 560cebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ $picker-input-padding-vertical: max(

// Picker scroll bars
@mixin scroll-bars() {
overflow: auto;
-ms-overflow-style: none;

&::-webkit-scrollbar {
Expand Down
1 change: 1 addition & 0 deletions src/components/Table/Internal/octable.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@mixin scroll-bars() {
overflow: auto;
-ms-overflow-style: none;

&::-webkit-scrollbar {
Expand Down

0 comments on commit 560cebf

Please sign in to comment.