From 0572a4c69983541933c778c61ac3f926202b7691 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Sun, 16 Aug 2026 15:35:41 +0200 Subject: [PATCH] Keep selection bar in normal document flow --- css/public_selection.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/public_selection.css b/css/public_selection.css index 4a2cd23..7fdfe81 100644 --- a/css/public_selection.css +++ b/css/public_selection.css @@ -3,9 +3,8 @@ } .bratonien-selection-bar { - position:sticky; - top:.5rem; - z-index:1000; + position:relative; + z-index:1; display:flex; flex-wrap:wrap; gap:.45rem .7rem;