Skip to content

Commit

Permalink
[#377] 100vw changed to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
2or4spaces committed Jul 20, 2023
1 parent fc21585 commit 1732c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import type { BoxProps } from '@memebattle/ui'
import { Box } from '@memebattle/ui'

export const BaseLayout = (props: BoxProps) => (
<Box component="main" display="flex" flex={1} flexDirection="column" width="100vw" height="100vh" minHeight="100vh" {...props} />
<Box component="main" display="flex" flex={1} flexDirection="column" width="100%" height="100vh" minHeight="100vh" {...props} />
)

0 comments on commit 1732c16

Please sign in to comment.