fix: nesting entity renderers

This commit is contained in:
cha0s 2021-01-25 09:48:50 -06:00
parent 033828d51c
commit e5370e91cc
2 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@
.entity-renderer__workspacePanes {
flex-grow: 1;
height: 100%;
min-height: 100%;
overflow: hidden;
> .react-tabs__tab-panel {
height: 100%;
@ -19,7 +19,6 @@
.entity-renderer__workspaceTabs {
background-color: rgba(255, 255, 255, 0.1);
height: 100%;
text-orientation: mixed;
writing-mode: vertical-rl;
.react-tabs__tab {

View File

@ -5,7 +5,7 @@
height: 100%;
overflow: hidden;
padding: 1em;
.react-tabs {
> .react-tabs {
display: flex;
flex-direction: column;
height: 100%;
@ -41,7 +41,7 @@
.traits__tab-panes {
flex-shrink: 999;
overflow: auto;
.react-tabs__tab-panel {
> .react-tabs__tab-panel {
padding: 1em;
}
}