We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f4ded commit 038bb20Copy full SHA for 038bb20
frontend/src/views/dashboard/canvas/ComponentBar.vue
@@ -96,6 +96,7 @@ const doDeleteComponent = (e: MouseEvent) => {
96
background: rgba(255, 255, 255, 1);
97
border: 1px solid rgba(217, 220, 223, 1);
98
padding: 8px;
99
+ z-index: 10;
100
&:hover {
101
background-color: rgba(245, 246, 247, 1);
102
}
0 commit comments