mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Решил, что Эрик спалит, что я юзнул left, а не transformX :D
This commit is contained in:
@ -44,8 +44,9 @@ class AuthPage extends Component {
|
|||||||
const style = {
|
const style = {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 0,
|
top: 0,
|
||||||
|
left: 0,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
left: `${x}%`
|
transform: `translateX(${x}%)`
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user