diff --git a/resources/assets/js/components/PostComponent.vue b/resources/assets/js/components/PostComponent.vue index 96a7f5423..8ea58b59c 100644 --- a/resources/assets/js/components/PostComponent.vue +++ b/resources/assets/js/components/PostComponent.vue @@ -390,6 +390,11 @@ .postPresenterContainer { background: #fff; } + @media(min-width: 720px) { + .postPresenterContainer { + min-height: 600px; + } + } ::-webkit-scrollbar { width: 0px; background: transparent;