From fb90c5c259bce7b460e1b08290d36ca5fea4e1d7 Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Mon, 19 Feb 2024 21:53:31 +0100 Subject: [PATCH] [TASK] add unset pos sticky --- templates/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/style.css b/templates/style.css index 5abfa57..c4f79fc 100644 --- a/templates/style.css +++ b/templates/style.css @@ -65,6 +65,10 @@ details > summary { top: 0; } +details details > summary { + position: unset !important; +} + summary h2, summary h3, summary h4,