fix bug where logo isn't clickable on splash screen
This commit is contained in:
@@ -35,6 +35,7 @@ const SplashPage = (props: SplashPageProps) => {
|
|||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: "50%",
|
top: "50%",
|
||||||
transform: "translate(0, -50%)",
|
transform: "translate(0, -50%)",
|
||||||
|
height: "auto",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<CenteredContainer wide>
|
<CenteredContainer wide>
|
||||||
|
Reference in New Issue
Block a user