commit 04560a91b0bb93186c9b3aa14c1734cabc26e2a9
parent e13d8b2c5d1d96b8a1f7ca4198f31d536a9fe478
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 16 Jan 2021 23:00:46 +0100
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.
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/actualités.css b/actualités.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
@@ -16,6 +16,7 @@ main > div {
#program-list::-webkit-scrollbar {
width: 0.25em;
+ height: 0.25em;
}
#program-list::-webkit-scrollbar-track {