CSS - Firefox - Show Scroll Bars by Default


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /****************************************************************************
  2.  * @css-for Firefox
  3.  * @workaround Show scroll bars so the page doesn't jump around
  4.  */
  5. html { overflow: -moz-scrollbars-vertical; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.