mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-23 23:25:39 +00:00
Add !important to overflow-x
This commit is contained in:
parent
8f4f69dc41
commit
24d032f581
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue