Skip to content

Commit 2b297e9

Browse files
committed
fix rendering issue on drawer footer example
1 parent 00a77a1 commit 2b297e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/src/scss/_component-examples.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@
209209
.bd-example-drawer {
210210
.drawer {
211211
position: static;
212-
display: block;
213-
height: 200px;
212+
display: flex;
213+
height: 400px;
214214
margin: var(--drawer-inset);
215215
visibility: visible;
216216
transform: translate(0);

0 commit comments

Comments
 (0)