diff --git a/css/style.css b/css/style.css index c0433ee..1ce309b 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {