From befed118ea9840494a121835ba60b7c99a28049d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 9 Dec 2018 21:03:26 -0700 Subject: [PATCH] Update PostComponent.vue --- resources/assets/js/components/PostComponent.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/assets/js/components/PostComponent.vue b/resources/assets/js/components/PostComponent.vue index 90f6cd824..7a507a678 100644 --- a/resources/assets/js/components/PostComponent.vue +++ b/resources/assets/js/components/PostComponent.vue @@ -5,10 +5,6 @@ overflow-y: scroll; } -.postPresenterContainer { - background: #000; -} - .status-comments, .reactions, .col-md-4 { @@ -16,6 +12,7 @@ } .postPresenterContainer { + background: #000; min-height: 600px; }