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> <template>
<div> <div class="relative min-h-[300px]">
<SocialWallPost <SocialWallPost
v-for="socialPost in postList" v-for="socialPost in postList"
:key="socialPost.id" :key="socialPost.id"

Loading…
Cancel
Save