diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-16 23:00:46 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-16 23:03:12 +0100 |
| commit | 04560a91b0bb93186c9b3aa14c1734cabc26e2a9 (patch) | |
| tree | ae8efa049a8bbc7e7b1e9485b4a6a8cdf8c23fce | |
| parent | e13d8b2c5d1d96b8a1f7ca4198f31d536a9fe478 (diff) | |
| download | quatuorbellefeuille.com-04560a91b0bb93186c9b3aa14c1734cabc26e2a9.tar.xz | |
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.
| -rw-r--r-- | actualités.css | 1 | ||||
| -rw-r--r-- | programmes.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/actualités.css b/actualités.css index 41a0a41..40451de 100644 --- 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 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 { |
