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;
|
||||
}
|
||||
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--rd-black);
|
||||
overflow-x: hidden;
|
||||
/* overflow-x: hidden; */
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Reference in a new issue