Skip to content

Commit b81b75d

Browse files
committed
fix(plugins/plugin-client-common): SplitPane layout issues with electron 7
Fixes #3914
1 parent 194f975 commit b81b75d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/plugin-client-common/web/css/static/split-pane.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
.SplitPane {
7474
.Pane {
7575
min-width: 0;
76+
77+
/* see https://github.com/IBM/kui/issues/3914 */
78+
position: unset !important;
7679
}
7780

7881
&.kui--secondary-closed,

0 commit comments

Comments
 (0)