Fix mainDisplay not respecting classes and styles props

This commit is contained in:
thepaperpilot 2022-11-30 18:42:33 -06:00
parent d9dac42837
commit ce895ed0a0

View file

@ -2,7 +2,8 @@
<Sticky>
<div
class="main-display-container"
:style="{ height: `${(effectRef?.$el.clientHeight ?? 0) + 50}px` }"
:class="classes ?? {}"
:style="[{ height: `${(effectRef?.$el.clientHeight ?? 0) + 50}px` }, style ?? {}]"
>
<div class="main-display">
<span v-if="showPrefix">You have </span>