🐛 Fix context menu z-index

This commit is contained in:
Eva 2023-07-03 13:06:31 +02:00 committed by Andrey Antukh
parent 48d9541d46
commit 7216a514e6
2 changed files with 2 additions and 1 deletions

View file

@ -183,7 +183,7 @@
top: 50px;
width: 256px;
height: calc(100vh - 48px);
z-index: 10;
z-index: 9;
}
.empty-state {