Skip to content

Commit

Permalink
Revert "[JENKINS-34411] Better CSS element selection."
Browse files Browse the repository at this point in the history
This reverts commit ddc1dac.
  • Loading branch information
abayer committed May 18, 2016
1 parent e11f164 commit 5487fb4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
var css = 'html body * { overflow: visible !important }',
var css = '* { overflow: visible !important }',
head = document.head || document.getElementsByTagName('head')[0],
style = document.createElement('style');

Expand Down

0 comments on commit 5487fb4

Please sign in to comment.