fix(client/rtl): bad alignment of launcher container if no scroll

This commit is contained in:
Elian Doran 2025-10-14 17:53:33 +03:00
parent fa017fde62
commit 1cc0e686ea
No known key found for this signature in database

View File

@ -100,7 +100,7 @@ body.layout-horizontal > .horizontal {
align-items: center;
}
#launcher-container {
body[dir=ltr] #launcher-container {
scrollbar-gutter: stable both-edges;
}