Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 20, 2023
1 parent 4dabd70 commit 1b6d9df
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.ScrollableShadows {
position: relative;
display: flex;
height: 100%;
overflow: hidden;

&::before,
Expand All @@ -23,6 +22,8 @@
}

&.ScrollableShadows--horizontal {
height: 100%;

.ScrollableShadows__inner {
overflow-x: auto;
}
Expand All @@ -37,6 +38,8 @@
}

&.ScrollableShadows--vertical {
width: 100%;

.ScrollableShadows__inner {
overflow-y: auto;
}
Expand Down

0 comments on commit 1b6d9df

Please sign in to comment.