mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:38:13 +08:00
Add a comment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user