Create tabs manager and refactor tab related logic (#66)

Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
victor-meng
2020-07-09 13:53:37 -07:00
committed by GitHub
parent 326bd4f494
commit 4068a9fbaa
39 changed files with 3430 additions and 3139 deletions

View File

@@ -2349,6 +2349,11 @@ a:link {
text-decoration: none;
}
.tabsContainer {
height: 100%;
overflow: hidden;
}
.tabs {
position: relative;
margin: 15px 0 25px 0;