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:
parent
c2e224dbb1
commit
d3319544e3
|
|
@ -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%);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue