Keep selection bar in normal document flow

This commit is contained in:
Terranom674
2026-08-16 15:35:41 +02:00
parent f26ff427e2
commit 0572a4c699

View File

@@ -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;