diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index 3de8137404..b45a79fd3a 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only v-for="id in ids" :ref="id" :key="id" - :class="$style.column" + :class="[$style.column, { '_shadow': withWallpaper }]" :column="columns.find(c => c.id === id)!" :isStacked="ids.length > 1" @headerWheel="onWheel"