- Attempted fix for overflow-x issue on Firefox mobile

This commit is contained in:
Adam Iannazzone 2024-11-05 07:43:26 -05:00
parent b90d9725fb
commit 8f4f69dc41

View file

@ -22,10 +22,13 @@
--transition-speed: 0.1s; --transition-speed: 0.1s;
} }
html, body {
overflow-x: hidden;
}
body { body {
background: var(--rd-black); background: var(--rd-black);
overflow-x: hidden; /* overflow-x: hidden; */
} }
p { p {