I have Google translate javascript in my site.
Navigate to Admin > Content - pagers cut off at bottom of page. Occurs in Chrome, Firefox, Safari, but fine in IE9

Google translate javascript is adding the 'position:relative' attributes to the body tag.
If we modify the '.overlay #page' rule from '0 20px' to '0 20px 20px 20px' in "seven theme" it fixes up itself.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alarez’s picture

I did a patch to fix the issue.

LewisNyman’s picture

Issue summary: View changes
Status: Active » Needs review
LewisNyman’s picture

Issue tags: +CSS, +frontend
Bojhan’s picture

Version: 7.15 » 8.x-dev

This needs screenshots? Should be fixed in 8 first?

tompagabor’s picture

Status: Needs review » Active

Overlay removed, so close this issue (won't fix), or go back to Drupal 7.x-dev, before testing patch.
And if we need to fix this, use shorten code for this:
+ padding: 0 20px 20px 20px; =>goes to=> + padding: 0 20px 20px;

Bojhan’s picture

Version: 8.0.x-dev » 7.x-dev