Skip to content

Commit 6824163

Browse files
committed
style: try to fix weird chrome bug
of not showing grid at full height
1 parent 1c8d499 commit 6824163

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-
min-height: 100vh;
8+
height: 100vh;
99

1010
> footer {
1111
display: none;

0 commit comments

Comments
 (0)