スマホ・レーアウト・バグ(#304) (#305)
#304 #304 #304 Co-authored-by: miteruzo <miteruzo@naver.com> Reviewed-on: #305
This commit was merged in pull request #305.
This commit is contained in:
@@ -8,8 +8,7 @@ type Props = {
|
||||
|
||||
|
||||
export default (({ children, className }: Props) => (
|
||||
<main className={cn ('flex-1 overflow-y-auto p-4',
|
||||
'md:h-[calc(100dvh-88px)] md:overflow-y-auto',
|
||||
<main className={cn ('flex-1 overflow-y-auto p-4 md:h-[calc(100dvh-88px)]',
|
||||
className)}>
|
||||
{children}
|
||||
</main>)) satisfies FC<Props>
|
||||
|
||||
Reference in New Issue
Block a user