The toolbar adds a scrollbar to my current version of Chrome (20.0.1132.47) due to the padding-top it applies to `body`.

Adding a "box-sizing: border-box;" declaration would solve this issue in Chrome, but I will investigate a few other methods of solving this as well.

Super minor, but it annoys me!

CommentFileSizeAuthor
#1 toolbar-1674700-1.patch364 bytesrichthegeek

Comments

richthegeek’s picture

StatusFileSize
new364 bytes

First patch is the simplest way of solving it, and as far as I can tell browser support is fine.

Chrome 1+, Firefox 1+, Safari 3+, and Opera 7+ are all supported by either the plain declaration or the prefixed forms.
IE8 is supported by either prefixed (-ms-) or plain, as is IE9. IE7 has this box model by default anyway!

Browser support reference: https://developer.mozilla.org/En/CSS/Box-sizing

richthegeek’s picture

Status: Active » Needs review
mgifford’s picture

Assigned: richthegeek » Unassigned
Issue summary: View changes

Can you provide screenshots with the patch? Still applies nicely.

I assume this still isn't a problem in D8.

Status: Needs review » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.