mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 17:15:28 +00:00
fix position on scroll
This commit is contained in:
parent
368c62752f
commit
90872d9598
1 changed files with 2 additions and 0 deletions
|
|
@ -61,8 +61,10 @@ body > * {
|
||||||
header {
|
header {
|
||||||
grid-column: 3 / 4;
|
grid-column: 3 / 4;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
height: fit-content;
|
||||||
margin: 16px auto;
|
margin: 16px auto;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > a,
|
header > a,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue