Fix styling issues with tabs manager (#84)

This commit is contained in:
victor-meng
2020-07-10 15:08:38 -07:00
committed by GitHub
parent dcd6e0361c
commit 35dcc17768
2 changed files with 6 additions and 1 deletions

View File

@@ -2351,6 +2351,7 @@ a:link {
.tabsContainer {
height: 100%;
width: 100%;
overflow: hidden;
}