dragline z-index fix

This commit is contained in:
Gani Georgiev
2023-10-10 21:38:15 +03:00
parent 3e487f7e9d
commit 2567659696
33 changed files with 43 additions and 42 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
<style lang="scss">
.dragline {
position: relative;
z-index: 9;
z-index: 101;
left: 0;
top: 0;
height: 100%;