Skip to content

Commit

Permalink
fix for the webkit rendering messed up z-index on selectize
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Baran committed May 27, 2015
1 parent 701b820 commit 7766df0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions platforms/common/css-compiled/admin.css

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

2 changes: 1 addition & 1 deletion platforms/common/scss/admin/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ a {
min-width: 250px;
vertical-align: top;
margin: 10px 0;
@include transform(translateZ(0)); // fixes WebKit rendering issues with Columns
//@include transform(translateZ(0)); // FIXME : Causes z-index issue in selectize but fixes WebKit rendering issues with Columns

&.full-width {
margin: 0;
Expand Down

0 comments on commit 7766df0

Please sign in to comment.