Internal: Minor: Add relative container for loading wallpost

pull/6036/head
Christian Beeznest 9 months ago
parent d82e08c0bd
commit ef12be8311
  1. 2
      assets/vue/components/social/SocialWallPostList.vue

@ -1,5 +1,5 @@
<template>
<div>
<div class="relative min-h-[300px]">
<SocialWallPost
v-for="socialPost in postList"
:key="socialPost.id"

Loading…
Cancel
Save