rm global webkit hack

This commit is contained in:
Nikita Galaiko 2023-03-28 15:52:35 +02:00
parent e10706b635
commit 6633d9d20e

View File

@ -3,12 +3,6 @@
@tailwind components;
@tailwind utilities;
/* this is trick to make webkit use hardware acceleration */
*:not(html) {
-webkit-transform: translate3d(0, 0, 0);
-webkit-perspective: 1000;
}
/* SCROLL BAR STYLING */
/* width */