Adds a CSS rule for <main> element to support IE11 and under.

Bug: T207618
Change-Id: I7d750a82129559bd70500b77f4462938f95d34a1
This commit is contained in:
Jan Drewniak 2019-02-21 18:27:39 +01:00 committed by Jdrewniak
parent cfca2184dd
commit dce28f061b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ body {
// avoid margin collapsing (see T147956)
border-top: 1px solid transparent;
padding-bottom: 32px;
display: block; // T207618 - Define this <main> element for IE11 and under.
}
.overlay-enabled,