Skip to content

Commit

Permalink
nobug -- hide the injected google iFrame
Browse files Browse the repository at this point in the history
google SSI injects a small iframe that is absolutely positioned and causes a 4 px high box to appear below the sticky footer. This removes it from display and prevents a vertical scroll from showing up.
  • Loading branch information
lonnen committed Aug 31, 2016
1 parent 97d77ec commit 739bba3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,11 @@ table.initially-hidden {
}
}

/* hide google ssIFrame */
#ssIFrame_google {
display: none;
}

/* truncated frames */
table.data-table {
tbody {
Expand Down

0 comments on commit 739bba3

Please sign in to comment.