diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 656224e33..9cd9d1858 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -786,7 +786,6 @@ onMounted(async () => { background-color: var(--background-color); display: flex; flex-direction: row; - height: 100%; } .loading-container {