Skip to content

Commit

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

Expand Down

0 comments on commit ddc1dac

Please sign in to comment.