We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42b031 commit 5ebad77Copy full SHA for 5ebad77
1 file changed
layout/styles/layout.scss
@@ -34,7 +34,8 @@ a, button, input, select, textarea {
34
-ms-user-select: none;
35
user-select: none;
36
37
- will-change: transform;
+ transform: translateZ(0);
38
+ -webkit-transform: translateZ(0);
39
}
40
41
// Code highlight
0 commit comments