Skip to content

Commit

Permalink
fix: 修复调整窗口大小后,小地图插件表现异常的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangeSuger authored and boyongjiong committed Dec 24, 2024
1 parent 96e5efe commit d493a52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/extension/src/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
border: 1px solid #93a3b4;
}

.lf-mini-map .lf-graph {
width: 100% !important;
height: 100% !important;
}

.lf-mini-map-graph {
position: relative;
overflow: hidden;
Expand Down

0 comments on commit d493a52

Please sign in to comment.