앱 위젯에서 구분선 리사이즈 안되는 문제 수정

This commit is contained in:
Macbook
2026-06-14 17:54:26 +09:00
parent 7f5e7b22d2
commit ead2ba6b3a
9 changed files with 229 additions and 65 deletions
+14
View File
@@ -648,8 +648,22 @@ html.fw-native-widget #root {
.fw-window--native .fw-window-body-wrap {
flex: 1;
min-height: 0;
min-width: 0;
position: relative;
}
.fw-window--native .fw-window-body {
flex: 1;
min-height: 0;
min-width: 0;
width: 100%;
height: 100%;
}
.fw-window--native .fw-grid-split-layer {
z-index: 1000;
}
.fw-window--native .fw-grid-splitter {
z-index: 1001;
}