From 93d3ca32a1c729348e9841c7fbb66103594e89e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Gieling?= Date: Wed, 14 Sep 2022 08:20:30 +0200 Subject: [PATCH] Fix scrollbar apperance MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fix #34064 Signed-off-by: René Gieling Signed-off-by: dartcafe --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index d1c13e16639..121d0a7eab4 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -35,7 +35,7 @@ * @license GNU AGPL version 3 or any later version * */ -html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { +html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section, main { margin: 0; padding: 0; border: 0; -- 2.39.5