fix: fix a bug with mod cards overlapping the header
This commit is contained in:
parent
8d5500cbf5
commit
11e65b651f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ header {
|
|||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
header::after {
|
||||
|
|
Loading…
Reference in a new issue