Skip to content

Commit d493a52

Browse files
ChangeSugerboyongjiong
authored andcommittedDec 24, 2024·
fix: 修复调整窗口大小后,小地图插件表现异常的问题
1 parent 96e5efe commit d493a52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎packages/extension/src/style/index.less

+5
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@
221221
border: 1px solid #93a3b4;
222222
}
223223

224+
.lf-mini-map .lf-graph {
225+
width: 100% !important;
226+
height: 100% !important;
227+
}
228+
224229
.lf-mini-map-graph {
225230
position: relative;
226231
overflow: hidden;

0 commit comments

Comments
 (0)