mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 07:54:11 -05:00
Use flex-grow instead of flex for the sticky footer to fix an issue where main-content never expands past 100vh on ie11
This commit is contained in:
parent
e6d8259f25
commit
eb205235aa
1 changed files with 1 additions and 1 deletions
2
resources/assets/sass/app.scss
vendored
2
resources/assets/sass/app.scss
vendored
|
@ -45,6 +45,6 @@ body {
|
|||
flex-direction: column;
|
||||
|
||||
#main-content {
|
||||
flex: 1;
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue