Add a comment

This commit is contained in:
Chi Vinh Le
2017-09-19 00:11:49 +07:00
parent 2c297d7c2f
commit ed22bc34fc
@@ -185,6 +185,13 @@ span {
transition: all 200ms;
padding: 10px 0;
min-height: 0;
/*
Fix rendering issues in Safari by promoting this
into its own layer.
https://www.pivotaltracker.com/story/show/151142211
*/
transform: translateZ(0);
.container {