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

Update container styles to restore scrolling settings panes
This commit is contained in:
Eugene 2019-09-05 12:16:16 +02:00 committed by GitHub
commit e74a5d1658
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -18,6 +18,7 @@ $tab-border-radius: 4px;
.content {
height: 100%;
flex: auto;
display: flex;
flex-direction: column-reverse;

View file

@ -1,12 +1,12 @@
: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 {