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 3158afcb7ec574878140254e87b5d50220ec61b1
parent cdb4870e8f47ac6968976b7e2e4cc68abf3e2f2d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 31 Dec 2020 21:22:02 +0100

Display concerts without jumping

… on Firefox 😕

Diffstat:
Mactualités.css | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/actualités.css b/actualités.css @@ -4,7 +4,7 @@ main { } main > div { - padding: 2%; + padding: 1em; } .events { @@ -53,3 +53,8 @@ main > div { .event:hover .summary { opacity: 1; } + +.details.active { + position: sticky; + top: 0; +}