fix(Dribbblish): main view clipping (#821)

This commit is contained in:
Nam Anh 2022-08-05 09:09:23 +07:00 committed by GitHub
parent 5d3d42f913
commit 9a2fcb5a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -891,5 +891,10 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
z-index: 4;
}
.main-view-container {
min-height: 100vh !important;
min-height: 90vh !important;
}
@media (max-height: 768px) {
.main-view-container {
min-height: 85vh !important;
}
}