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;
@@ -1,12 +1,12 @@
:host /deep/ ngb-tabset {
}
:host /deep/ ngb-tabset > .nav {
- display: flex;
- flex-direction: column;
- flex: none;
+ display: block;
+ overflow-y: auto;
:host /deep/ ngb-tabset > .tab-content {