From 5a927da809e2028cb47f654485e76b85df9a5e23 Mon Sep 17 00:00:00 2001 From: Hygna Date: Wed, 12 Oct 2022 17:07:04 +0100 Subject: Fixed bug where url protocol would appear as undefined Closes https://github.com/libredirect/libredirect/issues/478 --- src/pages/stylesheets/styles.css | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pages/stylesheets') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index fff81e5a..0df2f9fa 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -30,7 +30,6 @@ body { font-family: "Inter"; background-color: var(--bg-main); color: var(--text); - overflow-x: hidden; } body.rtl { -- cgit 1.4.1