fix: nesting entity renderers
This commit is contained in:
parent
033828d51c
commit
e5370e91cc
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user