fix context-menu z-index

This commit is contained in:
2023-12-06 10:38:57 +01:00
parent 4027a8b36f
commit 67cd3594a6
2 changed files with 6 additions and 2 deletions

View File

@@ -149,4 +149,8 @@ table input:enabled {
.pencil {
color: #5a5a5a !important;
}
}
.context-menu {
z-index: 100;
}