submenu stucked inside content proper possition and backgroudn

This commit is contained in:
jorge 2022-04-25 14:11:03 +02:00
parent 9878abd21d
commit 3e25aaf87e
2 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -140,6 +140,14 @@
width: 100vw;
padding-left: $global-padding * 4;
padding-right: $global-padding * 4;
.sticky {
&.is-stuck {
background-color: scale-color($white, $alpha: 90%);
}
&.is-at-top {
margin-top: 0;
}
}
}
}