Editor stack app bar, expired components enter readonly state
This commit is contained in:
@@ -132,7 +132,13 @@ $heading-height: 75px;
|
||||
width: 100%;
|
||||
|
||||
// When two component stack items are expired and eat up full screen, this is required to scroll them.
|
||||
overflow: auto;
|
||||
// overflow: auto;
|
||||
// When expired components, without this, requires scroll
|
||||
overflow: visible;
|
||||
|
||||
#component-stack-menu-bar {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.component-stack-item {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user