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