From 04560a91b0bb93186c9b3aa14c1734cabc26e2a9 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 16 Jan 2021 23:00:46 +0100 Subject: Make sure horizontal scrollbars look good too Not that we should see any in the final version; I just happened to find one while looking at these pages on mobile. --- "actualit\303\251s.css" | 1 + programmes.css | 1 + 2 files changed, 2 insertions(+) diff --git "a/actualit\303\251s.css" "b/actualit\303\251s.css" index 41a0a41..40451de 100644 --- "a/actualit\303\251s.css" +++ "b/actualit\303\251s.css" @@ -16,6 +16,7 @@ main > div { #event-list::-webkit-scrollbar { width: 0.25em; + height: 0.25em; } #event-list::-webkit-scrollbar-track { diff --git a/programmes.css b/programmes.css index 10f05c4..1274130 100644 --- a/programmes.css +++ b/programmes.css @@ -16,6 +16,7 @@ main > div { #program-list::-webkit-scrollbar { width: 0.25em; + height: 0.25em; } #program-list::-webkit-scrollbar-track { -- cgit v1.2.3