feat(client/rtl): handle right

This commit is contained in:
Elian Doran
2025-10-08 17:51:58 +03:00
parent db1bcfda45
commit 87fb3c1e82
5 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ const TPL = /*html*/`\
position: sticky;
top: 0;
inset-inline-start: 0;
right: 0;
inset-inline-end: 0;
background: var(--modal-background-color);
z-index: 998;
}