1
0
Fork 0

Fix weird overflow: clip bug on Chrome

This commit is contained in:
Lim Chee Aun 2024-01-28 00:49:11 +08:00
parent 6075542071
commit 36e852bebb

View file

@ -206,7 +206,7 @@
.status-card:not(.status-carousel .status)
:is(.content, .poll, .media-container) {
max-height: 160px !important;
overflow: clip;
overflow: hidden;
}
.status.small:not(.status-carousel .status, .status.large .status)
.status-card