Skip to content

Commit

Permalink
fixes interrupted css transition from skin.css on server
Browse files Browse the repository at this point in the history
  • Loading branch information
happycollision committed Dec 21, 2016
1 parent 7d796ec commit d396fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Template.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
overflow: hidden;
box-sizing: content-box;
box-shadow: 3px 3px 8px #000;
transition: transform 0.17s ease-out, box-shadow 0.17s;
transition: transform 0.17s ease-out, box-shadow 0.17s !important;
width: 240px;
z-index: 0;
position: relative;
Expand Down

0 comments on commit d396fd5

Please sign in to comment.