Skip to content

Commit 522be05

Browse files
authored
Merge pull request #10 from Aeshus/main
Fix safari?
2 parents 4b9c5e5 + fadb5b9 commit 522be05

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/app/globals.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -880,17 +880,19 @@ button.link-button:focus-visible,
880880
}
881881

882882
main.exercise-main-mobile-shell {
883-
display: block;
884-
height: 100%;
883+
display: flex;
884+
flex-direction: column;
885+
flex: 1;
885886
min-height: 0;
887+
min-width: 0;
886888
padding: var(--padding-sm);
887889
overflow: hidden;
888890
}
889891

890892
.mobile-exercise-shell {
891893
display: grid;
892894
grid-template-rows: auto minmax(0, 1fr) auto;
893-
height: 100%;
895+
flex: 1;
894896
min-height: 0;
895897
gap: var(--padding-sm);
896898
overflow: hidden;

0 commit comments

Comments
 (0)