Fix comments overlap bug on IE and Edge (#3553) [ci skip]

This commit is contained in:
Михаил Проказин 2019-08-08 19:25:47 +03:00 committed by Mac Siri
parent 706b05e284
commit 84df7e51f4

View file

@ -401,6 +401,13 @@ a.header-link {
.comment-deep-2 {
margin-top: -123px;
}
// this ms-lang hack (which behaves like a media query) is going to be ignored by all browsers
// except IE and 11 and it fixes indentation on the unsupported <details> tags
_:-ms-lang(x),
.comment-deep-1,
.comment-deep-2 {
margin-top: 0px;
}
summary {
z-index: 15;
position: relative;