[css] fix sticky-top position

This commit is contained in:
Avris 2021-07-17 12:23:17 +02:00
parent f5b8e6e23c
commit 3ee859746f
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,9 @@ form[disabled] {
margin-left: calc(-50vw + 50% + 3rem);
margin-right: calc(-50vw + 50% + 3rem);
}
.sticky-top {
top: 83px;
}
}
.inverted {