Skip to content

Commit

Permalink
[@mantine/core] AppShell: Fix AppShell.Main not taking up full heig…
Browse files Browse the repository at this point in the history
…ht (#4842)
  • Loading branch information
RobinTTY committed Sep 24, 2023
1 parent 97c0d29 commit 38bfbcc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mantine-core/src/components/AppShell/AppShell.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@
);
padding-top: calc(var(--app-shell-header-offset, 0px) + var(--app-shell-padding));
padding-bottom: calc(var(--app-shell-footer-offset, 0px) + var(--app-shell-padding));
min-height: calc(
100dvh - var(--app-shell-header-offset, 0px) - var(--app-shell-footer-offset, 0px)
);
min-height: 100dvh;
transition-property: padding;

@mixin rtl {
Expand Down

0 comments on commit 38bfbcc

Please sign in to comment.