Don't use display: hidden on articles after all

This commit is contained in:
Alex Gleason
2021-09-20 20:52:18 -05:00
parent a0de32bcb0
commit 29da046a3a

View File

@ -744,9 +744,3 @@
background: var(--accent-color);
}
}
// Create a new Block Formatting Context to prevent the timelines from jumping
// https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context
.slist > .item-list > article {
overflow: hidden;
}