안드로이드 하단 버튼 대응응

This commit is contained in:
2025-10-16 00:29:44 +00:00
parent b5802bc398
commit d21b788652
2 changed files with 8 additions and 4 deletions

View File

@@ -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 ? (