Skip to content

Commit

Permalink
Merge pull request #186 from tmickel/bugfix/overflow-important
Browse files Browse the repository at this point in the history
Bugfix/overflow important
  • Loading branch information
tmickel committed Apr 8, 2016
2 parents c42ffc3 + 1861bd0 commit 0918342
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions blockly_compressed_horizontal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions blockly_compressed_vertical.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Blockly.Css.CONTENT = [
'left: 0;',
'right: 0;',
'bottom: 0;',
'overflow: visible;',
'overflow: visible !important;',
'z-index: 5000;', /* Always display on top */
'-webkit-backface-visibility: hidden;',
'backface-visibility: hidden;',
Expand Down

0 comments on commit 0918342

Please sign in to comment.