allow post-component to shrink to fit media

forcing a min-height causes sizing issues
This commit is contained in:
trwnh 2019-06-28 03:35:20 -05:00 committed by GitHub
parent ab0e5a36de
commit 3cf30697c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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