This commit is contained in:
Alex Bates 2023-02-23 17:21:30 +00:00 committed by GitHub
parent 184e11f61f
commit e57e129ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,6 @@ function App() {
</nav>
<main id="main" ref={pane} className={clsx(tabs[paneIndex].color)} style={{
transform: `perspective(4000px) rotateX(${rotation}deg)`,
overflow: 'hidden'
}}>
<div style={{
display: "flex",