We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22929a3 commit 2c082c1Copy full SHA for 2c082c1
spa/src/app/app.component.scss
@@ -9,7 +9,7 @@
9
:host {
10
display: flex; // Required for forcing height 100% on files component, with scroll for overflow
11
flex-direction: column;
12
- height: 100%; // Required to force height to reach at least bottom of screen, before content is loaded
+ min-height: 100%; // Required to force height to reach at least bottom of screen, before content is loaded
13
14
/* Status banner */
15
.status {
0 commit comments