mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Add a comment
This commit is contained in:
@@ -185,6 +185,13 @@ span {
|
|||||||
transition: all 200ms;
|
transition: all 200ms;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
min-height: 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);
|
transform: translateZ(0);
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|||||||
Reference in New Issue
Block a user