提交 52250ae5 编写于 作者: P Piotr Bryk 提交者: Denis Poisson

Fix navigation menu on IE (#1481)

* nav elements were collapsing into each other
* scrollbar was overlaping with the toolbar

Re #1447

Tested on other browsers. All ok there.
上级 d939f772
......@@ -63,6 +63,9 @@ body,
.kd-app-entire-content {
background-color: $body;
max-height: 100%;
// Move entire app content below toolbar to avoid elements overlap with
// shadow (there was propblem with it on IE).
z-index: 0;
}
.kd-app-content {
......
......@@ -36,6 +36,11 @@
background-color: transparent;
}
}
// Children of kd-nav should not shrink to prevent layout issues on IE.
&>* {
flex-shrink: 0;
}
}
kd-nav,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册