fix(nav): project drag handle position

Resolves https://community.vikunja.io/t/color-ordering-menu-overlapping/4289
This commit is contained in:
kolaente 2026-03-02 11:38:45 +01:00
parent 7297682cad
commit 1ba6a74383
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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;