🐛 Fix problem with overflow dropdown on stroke-cap

This commit is contained in:
alonso.torres 2021-10-04 16:49:28 +02:00
parent 0159eea526
commit 1a61c855ca
3 changed files with 9 additions and 3 deletions

View file

@ -874,7 +874,6 @@
position: relative;
top: 2px;
width: 100%;
z-index: 20;
}
.btn-options {
@ -1539,7 +1538,8 @@
right: 5px;
top: 30px;
z-index: 12;
min-width: 200px;
width: 200px;
height: 320px;
position: fixed;
& li.separator {