diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-31 21:22:02 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-31 21:22:02 +0100 |
| commit | 3158afcb7ec574878140254e87b5d50220ec61b1 (patch) | |
| tree | c119fc7fd320240b8d28e2d254a085bbc53746ad | |
| parent | cdb4870e8f47ac6968976b7e2e4cc68abf3e2f2d (diff) | |
| download | quatuorbellefeuille.com-3158afcb7ec574878140254e87b5d50220ec61b1.tar.xz | |
Display concerts without jumping
… on Firefox 😕
| -rw-r--r-- | actualités.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/actualités.css b/actualités.css index 0ecab79..24a8108 100644 --- 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; +} |
