fix(rtl): put the menu to the correct side on rtl languages

Resolves https://github.com/go-vikunja/vikunja/issues/1544
This commit is contained in:
kolaente 2025-10-08 18:24:07 +02:00
parent c2e224dbb1
commit d3319544e3
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -164,8 +164,6 @@ const savedFilterProjects = computed(() => projectStore.savedFilterProjects)
overflow-y: auto;
[dir="rtl"] & {
inset-inline-start: auto;
inset-inline-end: 0;
transform: translateX(100%);
}