fix z-index of selection box

This commit is contained in:
peterkogo
2025-04-17 18:09:18 +02:00
parent 473ddc5b61
commit 9bca92383e
@@ -89,7 +89,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 7; z-index: 2000;
pointer-events: all; pointer-events: all;
} }
</style> </style>