fix(context menu): position above all elements

This commit is contained in:
Paul Makles 2021-12-30 17:23:24 +00:00
parent 6693f826fd
commit 66d3e7c616

View file

@ -1,5 +1,5 @@
.preact-context-menu .context-menu { .preact-context-menu .context-menu {
z-index: 5000; z-index: 10000;
min-width: 190px; min-width: 190px;
padding: 6px 8px; padding: 6px 8px;
user-select: none; user-select: none;