안드로이드 하단 버튼 대응응
This commit is contained in:
@@ -399,10 +399,12 @@ export default function Page({user}: {user: any}) {
|
||||
sm:grid-rows-[36px_minmax(400px,600px)_minmax(200px,250px)_minmax(200px,250px)]
|
||||
gap-2
|
||||
w-full
|
||||
h-full
|
||||
h-[100dvh]
|
||||
lg:gap-5
|
||||
py-2
|
||||
">
|
||||
"
|
||||
style={{ paddingBottom: 'max(env(safe-area-inset-bottom), 84px)' }}
|
||||
>
|
||||
<div className="order-1 col-[1/5] row-[1/2] flex flex-row">
|
||||
<div className="grow h-[48px] flex flex-row items-center overflow-y-hidden overflow-x-auto mx-1 scrollbar-thin-x scrollbar-outside-x" style={{ scrollbarGutter: 'stable both-edges' }}>
|
||||
{myChannelList.length === 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user