Skip to content

Commit

Permalink
chore: layout overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaardje committed Dec 1, 2023
1 parent 616f901 commit 3e9dd2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample-apps/react/react-dogfood/style/layout.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.rd__layout {
display: flex;
height: calc(100dvh - 120px);
height: calc(100dvh - 140px);
gap: var(--str-video__spacing-md);
padding: var(--str-video__spacing-md);
}
Expand All @@ -9,6 +9,7 @@
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
display: flex;
width: 100%;
height: calc(100dvh - 60px);
Expand Down

0 comments on commit 3e9dd2e

Please sign in to comment.