You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using transform -translate-y-6, but in Chrome Version 85.0.4183.121 (Official Build) (64-bit) it looks like the transform-class is applied after the -translate-y-6 and the default values of transform override the translate-y-Variable:
If I manually disable the line --transform-translate-y: 0; in the Dev-Tools, the translate works as expected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using
transform -translate-y-6
, but in Chrome Version 85.0.4183.121 (Official Build) (64-bit) it looks like thetransform
-class is applied after the-translate-y-6
and the default values oftransform
override thetranslate-y
-Variable:If I manually disable the line
--transform-translate-y: 0;
in the Dev-Tools, the translate works as expected.My code:
Beta Was this translation helpful? Give feedback.
All reactions