fix: shell direction
This commit is contained in:
parent
d49c3dfacf
commit
9c91a83042
@ -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()"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user