Settings / Folders: Fix context menu z-index (#1990)
This commit is contained in:
parent
0cd6ef29f8
commit
2f95fdb244
@ -1,6 +1,11 @@
|
|||||||
.container {
|
.container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
|
&:has(:global(.ListItem-context-menu)) {
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.isDragging {
|
.isDragging {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user