Horizontal scrollbar in Firefox

Thox - May 25, 2005 - 10:54
Project:Drupal
Version:4.6.3
Component:theme system
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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;
}

#1

kaparo - June 30, 2005 - 06:57
Version:» 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

Thox - July 1, 2005 - 09:10

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

#3

kaparo - July 1, 2005 - 13:34

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

#4

gordon - July 2, 2005 - 05:08
Project:Bluemarine» Drupal
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

gordon - July 2, 2005 - 05:08
Version:4.6.0»

#6

Robin Monks - August 9, 2005 - 14:31

I can not reproduce this.

I recommend it be marked as fixed.

Robin

#7

drewjohnson - November 5, 2005 - 23:23

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

#8

Eglish - November 6, 2005 - 02:10
Version:» 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

magico - August 19, 2006 - 16:28
Status:active» fixed

#10

Anonymous - September 2, 2006 - 16:31
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.