Skip to content

Commit 4937230

Browse files
authored
Merge pull request #65 from dmstr/dev/fix-widget-container-controls-style
hrzg-widget-container-controls css: raise z-index if we have open chi…
2 parents fa7cb71 + 1b10ce6 commit 4937230

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)