mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-21 14:35:38 +00:00
- Attempted fix for overflow-x issue on Firefox mobile
This commit is contained in:
parent
b90d9725fb
commit
8f4f69dc41
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue