diff options
author | René Gieling <github@dartcafe.de> | 2022-09-14 08:20:30 +0200 |
---|---|---|
committer | dartcafe <github@dartcafe.de> | 2022-09-15 08:16:43 +0200 |
commit | 93d3ca32a1c729348e9841c7fbb66103594e89e8 (patch) | |
tree | a3403ed6c1124268e0def89d171890dbc1add781 /core/css/styles.css | |
parent | a09077cd178e309099e0bd8109eaf2d91fc77a5c (diff) | |
download | nextcloud-server-93d3ca32a1c729348e9841c7fbb66103594e89e8.tar.gz nextcloud-server-93d3ca32a1c729348e9841c7fbb66103594e89e8.zip |
Fix scrollbar apperance
fix #34064
Signed-off-by: René Gieling <github@dartcafe.de>
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |