You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
when i scroll down my header goes under other sections, texts and other thing because of default z-index: auto value. when it's stick my z-index value not working cause
element.style {
z-index: auto;
}
now please some one tell me how to disable or remove z-index: auto value.
Thanks.
The text was updated successfully, but these errors were encountered:
when i scroll down my header goes under other sections, texts and other thing because of default z-index: auto value. when it's stick my z-index value not working cause
element.style {
z-index: auto;
}
now please some one tell me how to disable or remove z-index: auto value.
Thanks.
The text was updated successfully, but these errors were encountered: