fix z-index of selection box

This commit is contained in:
peterkogo
2025-04-17 18:09:18 +02:00
parent 473ddc5b61
commit 9bca92383e

View File

@@ -89,7 +89,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 7;
z-index: 2000;
pointer-events: all;
}
</style>