Where is the effect of sticky header to disable it?
Hi,
Do you mean the fade-down animation that works when the sticky header appears?
If yes, there is no option to disable it.
If no, please explain that in more detail.
Thanks
yes i mean that. Ok, is that made with keyframes that i can overwrite?
Yes, and the name of this keyframe is "mfnShowSticky".
Best regards
all right, thanks
@media (min-width: 768px) {
.mfn-header-scrolled .mfn-header-tmpl.mfn-hasSticky {
animation: none !important;
}
Comments
Hi,
Do you mean the fade-down animation that works when the sticky header appears?
If yes, there is no option to disable it.
If no, please explain that in more detail.
Thanks
yes i mean that. Ok, is that made with keyframes that i can overwrite?
Yes, and the name of this keyframe is "mfnShowSticky".
Best regards
all right, thanks
@media (min-width: 768px) {
.mfn-header-scrolled .mfn-header-tmpl.mfn-hasSticky {
animation: none !important;
}
}