1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 02:22:02 +03:00

Update container styles to restore scrolling settings panes

This commit is contained in:
Howie Douglas 2019-09-03 21:11:22 +01:00
parent 7f7c10b775
commit e0aa475450
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 {