mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-27 22:14:36 +05:30
Решил, что Эрик спалит, что я юзнул left, а не transformX :D
This commit is contained in:
parent
bdbe4a46b6
commit
83cad66bea
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user