Skip to content

Commit 038bb20

Browse files
committed
style: fix style
1 parent 57f4ded commit 038bb20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/dashboard/canvas/ComponentBar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const doDeleteComponent = (e: MouseEvent) => {
9696
background: rgba(255, 255, 255, 1);
9797
border: 1px solid rgba(217, 220, 223, 1);
9898
padding: 8px;
99+
z-index: 10;
99100
&:hover {
100101
background-color: rgba(245, 246, 247, 1);
101102
}

0 commit comments

Comments
 (0)