Update PostComponent.vue

This commit is contained in:
Daniel Supernault 2019-06-29 14:45:44 -06:00
parent 99ea1e40dd
commit f72201ebd3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 0 deletions

View File

@ -390,6 +390,11 @@
.postPresenterContainer {
background: #fff;
}
@media(min-width: 720px) {
.postPresenterContainer {
min-height: 600px;
}
}
::-webkit-scrollbar {
width: 0px;
background: transparent;