Skip to content

Commit 1b10ce6

Browse files
committed
hrzg-widget-container-controls css: raise z-index if we have open child to display child-dropdown in front of other container-controls
1 parent fa7cb71 commit 1b10ce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/assets/web/widgets.less

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
position: absolute;
6161
right: 0;
6262
z-index: 1098;
63+
&:has(.open) {
64+
z-index: 1100;
65+
}
6366
button {
6467
z-index: 1099;
6568
}

0 commit comments

Comments
 (0)