mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
Fix footer position in IE11 RIVM37
This commit is contained in:
parent
734b83204b
commit
4480960db3
1 changed files with 1 additions and 2 deletions
|
@ -70,7 +70,6 @@ img {
|
|||
|
||||
body {
|
||||
max-width: 690px;
|
||||
/* min-width: 690px; Fix for IE11, see RIVM-37*/
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
@ -84,7 +83,7 @@ td.fi {
|
|||
}
|
||||
|
||||
footer {
|
||||
position:fixed;
|
||||
position:-ms-device-fixed; /*works only in IE11 RIVM-37*/
|
||||
bottom:0;
|
||||
max-width: 690px;
|
||||
margin-top: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue