I am using foundation framework. When I scroll down to the page in firefox
and open the Reveal result in gray overlay only here i need to scroll to the top by myself to see the Reveal. I added this CSS
to the model.
#id-of-the-reveal-element {
position: fixed;
top: 100px !important;
}
This is working fine but the slideDown
and slideUp
not working as normal instead it will just fadeIn
and fadeOut
in both Firefox and Chrome. What is the solution for this issue to get the normal behavior of the Reval as in Chrome.