Skip to content

Commit

Permalink
fix(scrollable-container): put shadows on top of content
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Mar 19, 2024
1 parent 398a5a9 commit e475e92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
width: 100%;
transform: translate(var(--scroll-x), var(--scroll-y));
pointer-events: none;
z-index: 1;

&::before,
&::after {
Expand All @@ -41,6 +42,7 @@
width: 100%;
transform: translate(var(--scroll-x), var(--scroll-y));
pointer-events: none;
z-index: 1;
}

// shadow top
Expand Down

0 comments on commit e475e92

Please sign in to comment.