quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 3c5114af62b777ec79a1b794be45e7c764bf5af5
parent c7d0c9d90c7981878e5dc7f163fb41f350c5f45e
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 23 Nov 2020 09:22:52 +0100

Make scrolling more convenient

Clicking on summary buttons no longer scrolls the summary div.

Diffstat:
Mactualités.css | 1+
Mactualités.html | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/actualités.css b/actualités.css @@ -6,6 +6,7 @@ main { main > div { padding: 2%; + overflow: auto; } .events { diff --git a/actualités.html b/actualités.html @@ -223,7 +223,7 @@ </div> </div> - <!-- TODO: scroll list and details independently --> + <!-- TODO: prevent scroll when clicking on overflowing details --> <!-- TODO: check URL for anchor and auto-enable --> <script> var detailsStyle = document.createElement('style');