Skip to content

Commit

Permalink
Remove translateZ
Browse files Browse the repository at this point in the history
I don't think we actually need this for anything, so removing, unless we find we need hardware acceleration for something.

Fixes #180
  • Loading branch information
RobbieTheWagner committed Jul 11, 2018
1 parent 86439ba commit b7b0e3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css/helpers/_popper-theme-arrows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

@if $use-drop-shadow {
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
transform: translateZ(0);
}

.#{$theme-prefix}-content {
Expand Down

0 comments on commit b7b0e3f

Please sign in to comment.