Skip to content

Commit 2c082c1

Browse files
authored
Fix sticky footer on Edge Insider Preview, 17, 16 / Windows 10. Resolves #1147. (#1181)
1 parent 22929a3 commit 2c082c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spa/src/app/app.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:host {
1010
display: flex; // Required for forcing height 100% on files component, with scroll for overflow
1111
flex-direction: column;
12-
height: 100%; // Required to force height to reach at least bottom of screen, before content is loaded
12+
min-height: 100%; // Required to force height to reach at least bottom of screen, before content is loaded
1313

1414
/* Status banner */
1515
.status {

0 commit comments

Comments
 (0)