Settings / Folders: Fix context menu z-index (#1990)

This commit is contained in:
Alexander Zinchuk 2022-08-09 13:21:23 +02:00
parent 0cd6ef29f8
commit 2f95fdb244

View File

@ -1,6 +1,11 @@
.container {
position: absolute;
width: 100%;
z-index: 1;
&:has(:global(.ListItem-context-menu)) {
z-index: 2;
}
}
.isDragging {