Prevent jitter animation overflowing on mobile

This commit is contained in:
2023-11-28 02:13:07 -06:00
parent a34dc6036d
commit 2c893f74d1

View File

@@ -12,6 +12,7 @@ const text = propText ?? "undefined behaviors";
<style lang="scss" >
.stack {
overflow: hidden; // Prevents overflowing in mobile views
display: grid;
grid-template-columns: 1fr;