Skip to content

Commit

Permalink
Fix styling issues with tabs manager (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-meng authored Jul 10, 2020
1 parent dcd6e03 commit 35dcc17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions less/documentDB.less
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,7 @@ a:link {

.tabsContainer {
height: 100%;
width: 100%;
overflow: hidden;
}

Expand Down
6 changes: 5 additions & 1 deletion src/explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@
<div class="connectExplorer" data-bind="react: splashScreenAdapter"></div>
</form>
</div>
<tabs-manager class="tabsContainer" params="{data: tabsManager}"></tabs-manager>
<tabs-manager
class="tabsContainer"
params="{data: tabsManager}"
data-bind="visible: tabsManager.openedTabs().length > 0"
></tabs-manager>
</div>
<!-- Collections Tree and Tabs - End -->
<div
Expand Down

0 comments on commit 35dcc17

Please sign in to comment.