🐛 Fix z-index of workspace context menu

This commit is contained in:
Eva Marco 2024-03-11 10:16:56 +01:00
parent fb58d7a4cc
commit 9940dabfff
23 changed files with 23 additions and 71 deletions

View file

@ -10,7 +10,7 @@
position: relative;
visibility: hidden;
opacity: $op-0;
z-index: $z-index-3;
z-index: $z-index-4;
&.is-open {
position: relative;