Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit eedd6f2

Browse files
committed
fix for wonky screenshot behavior when editing a composition
Fixes #885
1 parent 015d588 commit eedd6f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/plugins/modules/editor/lib/editor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
flex: 6;
8989
border-top: 1px solid var(--color-ui-04);
9090
background: white;
91+
92+
/* see shell issue #885 */
93+
display: flex;
94+
flex-direction: column;
9195
}
9296
/* wskflow container in editor while sidecar is maximized */
9397
body.sidecar-full-screen #sidecar .code-highlighting {

0 commit comments

Comments
 (0)