From 52230d8074d9b57d0e7e5a74dd99367df06818a8 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 24 Oct 2020 21:50:42 +0200 Subject: [PATCH] Update style.css --- src/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/style.css b/src/html/style.css index c4ba5488..8dcfc953 100644 --- a/src/html/style.css +++ b/src/html/style.css @@ -14,7 +14,7 @@ align-items: center; width: 100%; padding: 1rem 1.5rem; - overflow: hidden; + overflow-x: hidden; transition: background-color .3s; } /* Headlines */