Skip to content

Commit 350c967

Browse files
authored
Merge pull request #254 from cmu-delphi/sgratzl/bugfix
style: fix for ios wrapped height
2 parents 689ceda + 28a4498 commit 350c967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/delphi/assets/css/pages/_covidcast.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.covidcast_wrapper {
66
display: flex;
77
flex-direction: column;
8-
height: 100vh;
8+
min-height: 100vh;
99
}
1010

1111
.covidcast_wrapper:not(.covidcast_wrapper_footer) > footer {

0 commit comments

Comments
 (0)