fix: shell direction (#2980)

This commit is contained in:
Shlomo 2024-02-09 12:04:02 +02:00 committed by GitHub
parent d5487ba6fa
commit 6d7ba65faf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div
class="shell"
:class="{ ['shell--hidden']: !showShell }"
:style="{ height: `${this.shellHeight}em` }"
:style="{ height: `${this.shellHeight}em`, direction: 'ltr' }"
>
<div
@pointerdown="startDrag()"