Saturday, August 25, 2012

No horizontal scroll bar in Firefox

Firefox seems to have a bug in displaying the horizontal scrollbar for a certain CSS. To force it to display scrollbar when needed just use this css
html {
  overflow-x: auto;
}

No comments:

Post a Comment