Skip to content

Commit 67ce72f

Browse files
committed
fix display in firefox mobile app1
1 parent 27f4c6f commit 67ce72f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/frontend/src/views/WorkspaceView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,7 @@ const closeFileManagerModal = () => {
891891
flex-grow: 1; /* Allow this area to take up remaining space */
892892
overflow: hidden; /* Prevent overflow */
893893
min-width: 0; /* 允许收缩,避免终端内容撑宽该 flex 子项 */
894+
max-width: 100%;
894895
position: relative; /* Needed for potential absolute positioning inside */
895896
/* Remove desktop margins/borders */
896897
margin: 0;

0 commit comments

Comments
 (0)