Update PostComponent.vue

pull/1476/head
Daniel Supernault 6 years ago
parent 99ea1e40dd
commit f72201ebd3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save