Fix footer position in IE11 RIVM37

This commit is contained in:
vadym 2022-12-21 13:48:52 +02:00
parent 734b83204b
commit 4480960db3

View file

@ -70,7 +70,6 @@ img {
body { body {
max-width: 690px; max-width: 690px;
/* min-width: 690px; Fix for IE11, see RIVM-37*/
margin: auto; margin: auto;
} }
@ -84,7 +83,7 @@ td.fi {
} }
footer { footer {
position:fixed; position:-ms-device-fixed; /*works only in IE11 RIVM-37*/
bottom:0; bottom:0;
max-width: 690px; max-width: 690px;
margin-top: auto; margin-top: auto;