We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28915b commit b3bbf61Copy full SHA for b3bbf61
app/screens/Login/Login.tsx
@@ -17,11 +17,8 @@ export const Login = () => {
17
}
18
19
return (
20
- <div
21
- className={
22
- 'flex absolute flex-row justify-center items-center h-full -mx-20'
23
- }>
24
- <div className="relative w-screen bg-[#000000] h-full">
+ <div className="fixed inset-0 flex flex-row justify-center items-center overflow-hidden">
+ <div className="relative w-full h-full bg-[#000000]">
25
<div
26
className="absolute inset-0 transition-opacity duration-300"
27
style={{
0 commit comments