fix(nav): project drag handle position
Resolves https://community.vikunja.io/t/color-ordering-menu-overlapping/4289
This commit is contained in:
parent
7297682cad
commit
1ba6a74383
|
|
@ -262,7 +262,7 @@ const canToggleFavorite = computed(() => {
|
|||
z-index: 2;
|
||||
|
||||
position: absolute;
|
||||
inset-inline-start: 1.75rem;
|
||||
inset-inline-start: 2.15rem;
|
||||
|
||||
&:active {
|
||||
cursor: grabbing;
|
||||
|
|
|
|||
Loading…
Reference in New Issue