Skip to content

Commit 8395e83

Browse files
committed
fix new z-index issue with miniterm caused by antd upgrade
1 parent 5fd2f68 commit 8395e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/project/explorer/search-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const HelpStyle = {
3030
export const outputMinitermStyle: React.CSSProperties = {
3131
background: "white",
3232
position: "absolute",
33-
zIndex: 2,
33+
zIndex: 10,
3434
boxShadow: "-4px 4px 7px #aaa",
3535
maxHeight: "450px",
3636
overflow: "auto",

0 commit comments

Comments
 (0)