Bug 36694: Set sticky element top to -1px

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Lucas Gass 2024-04-25 16:44:43 +00:00 committed by Katrin Fischer
parent 65bdb6592a
commit b2b5279142
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
&.sticky {
position: sticky;
top: 0;
top: -1px;
z-index: 999;
}

View file

@ -2020,7 +2020,7 @@ li {
.searchheader {
position: sticky;
top: 0;
top: -1px;
z-index: 999;
background-color: #F3F4F4;
box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 );