fix: fix a bug with mod cards overlapping the header

This commit is contained in:
Dorian Niemiec 2024-12-28 08:40:37 +01:00
parent 8d5500cbf5
commit 11e65b651f

View file

@ -24,6 +24,7 @@ header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1;
}
header::after {