Skip to content

Commit 6fc9dbd

Browse files
committed
fix: change hidden to clip too allow sticky scroll
1 parent 01e4d26 commit 6fc9dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/container/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
display: flex;
8181
flex-direction: column;
8282
inline-size: 100%;
83-
overflow: hidden;
83+
overflow: clip;
8484
border-end-start-radius: awsui.$border-radius-container;
8585
border-end-end-radius: awsui.$border-radius-container;
8686

0 commit comments

Comments
 (0)