Prevent stacked context pane from expanding over toolbar/titlebar
Regression in b649a1a953
Fixes #5135
This commit is contained in:
parent
01db0bfe86
commit
d79baf8251
1 changed files with 2 additions and 1 deletions
|
@ -31,9 +31,10 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
&.stacked-context-placeholder {
|
||||
.stacked-context-placeholder {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
&.standard .stacked-context-placeholder {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue