Download & Extend

Horizontal scrollbar in Firefox

Project:Drupal core
Version:4.6.3
Component:theme system
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

The following CSS adds up to bad calculations in Firefox and makes the bluemarine pages show an annoying horizontal scrollbar:

body {
  margin: 0;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}

#content {
  width: 100%;
}
#sidebar-left, #sidebar-right {
  width: 16em;
}

Comments

#1

Version:<none>» 4.6.x-1.x-dev

Hi,

Same behaviour here too with the PHPtemplate Bluemarine. While it does not break the functionality, it breaks somehow the look and annoys.

Is there some fix available?

#2

I'd suggest trying to change the font-size to something other than 76%.

#3

setting to 75% works fine. Should we submit this like a patch?

#4

Project:Bluemarine» Drupal core
Version:4.6.x-1.x-dev» 4.6.0
Component:Code» theme system

I used the sugestion above by using 75% and it seems to work. I am going to put this over to drupal as there is the same issue as cvs.

#5

Version:4.6.0» <none>

#6

I can not reproduce this.

I recommend it be marked as fixed.

Robin

#7

I'm having the same issue in IE. What css should I be editing?

#8

Version:<none>» 4.6.3

scrollbar in Firefox 1.0.7 on pages with Drupal 4.6.3 default install:

http://localhost/?q=node/add/page
http://localhost/?q=node/add/story
http://localhost/?q=admin
http://localhost/?q=admin/node

#9

Status:active» fixed

#10

Status:fixed» closed (fixed)
nobody click here