1
I’m using Semantic UI
, and in the use of Menu Sticky
, when it is "hidden" to resolutions below 630px, with the code below:
@media all and (max-width: 630px){
#top_menu {
display: none;
}
#m_btn{
display: inline-block;
padding: 0px auto;
}
}
is presented a button, until then everything works normal, but when access the site home presents the error :
"Sticky: Element is Hidden, you must call refresh after element Visible Becomes "
Would anyone know how to correct the reported error?