Prevent stacked context pane from expanding over toolbar/titlebar

Regression in b649a1a953

Fixes #5135
This commit is contained in:
Abe Jellinek 2025-03-19 15:20:25 -04:00
parent 01db0bfe86
commit d79baf8251

View file

@ -31,9 +31,10 @@
pointer-events: none;
}
&.stacked-context-placeholder {
.stacked-context-placeholder {
min-height: 300px;
}
&.standard .stacked-context-placeholder {
display: none;
}