未验证 提交 e74a5d16 编写于 作者: E Eugene 提交者: GitHub

Update container styles to restore scrolling settings panes (#1454)

Update container styles to restore scrolling settings panes
......@@ -18,6 +18,7 @@ $tab-border-radius: 4px;
.content {
height: 100%;
flex: auto;
display: flex;
flex-direction: column-reverse;
......
:host /deep/ ngb-tabset {
flex: auto;
display: flex;
height: 100%;
}
:host /deep/ ngb-tabset > .nav {
display: flex;
flex-direction: column;
flex: none;
display: block;
overflow-y: auto;
}
:host /deep/ ngb-tabset > .tab-content {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册