mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #11925: cover template for firefox
This commit is contained in:
parent
ec261a83a5
commit
8142493b42
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ body {
|
||||||
.site-wrapper {
|
.site-wrapper {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%; /* For at leat Firefox */
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
.site-wrapper-inner {
|
.site-wrapper-inner {
|
||||||
|
|
Loading…
Reference in a new issue