/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/**************************************************************************** * @css-for Firefox * @workaround Show scroll bars so the page doesn't jump around */ html { overflow: -moz-scrollbars-vertical; }