Skip to content

Commit 9ccaff2

Browse files
committed
docs: fix overflow on static bottom app bar demos
1 parent 8405e9a commit 9ccaff2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/site/src/routes/demo/bottom-app-bar/_Fab.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
}
121121
122122
.flexor {
123+
overflow: hidden;
123124
display: inline-flex;
124125
flex-direction: column;
125126
}

packages/site/src/routes/demo/bottom-app-bar/_Static.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
}
104104
105105
.flexor {
106+
overflow: hidden;
106107
display: inline-flex;
107108
flex-direction: column;
108109
}

0 commit comments

Comments
 (0)