mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-07 11:16:53 -06:00
Prevent jitter animation overflowing on mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user