スマホ・レーアウト・バグ(#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:
@@ -93,7 +93,8 @@ export default (({ user }: Props) => {
|
||||
: 'bg-gray-500 hover:bg-gray-600')
|
||||
|
||||
return (
|
||||
<div className="md:flex md:flex-1 md:h-[calc(100dvh-88px)]">
|
||||
<div className="md:flex md:flex-1 overflow-y-auto md:overflow-y-hidden
|
||||
md:h-[calc(100dvh-88px)]">
|
||||
<Helmet>
|
||||
{(post?.thumbnail || post?.thumbnailBase) && (
|
||||
<meta name="thumbnail" content={post.thumbnail || post.thumbnailBase}/>)}
|
||||
|
||||
@@ -69,7 +69,10 @@ export default (() => {
|
||||
}, [location.search])
|
||||
|
||||
return (
|
||||
<div className="md:flex md:flex-1 md:h-[calc(100dvh-88px)]" ref={containerRef}>
|
||||
<div
|
||||
className="md:flex md:flex-1 overflow-y-auto md:overflow-y-hidden
|
||||
md:h-[calc(100dvh-88px)]"
|
||||
ref={containerRef}>
|
||||
<Helmet>
|
||||
<title>
|
||||
{tags.length
|
||||
|
||||
Reference in New Issue
Block a user