fix: adjust landscape z-index

This commit is contained in:
shinya
2025-06-23 13:57:30 +08:00
parent 50c9957be8
commit b913c0cecd

View File

@@ -1324,7 +1324,7 @@ function PlayPageClient() {
{isPortrait && ( {isPortrait && (
<button <button
onClick={handleForceLandscape} onClick={handleForceLandscape}
className='fixed bottom-16 left-4 z-[195] w-10 h-10 rounded-full bg-gray-800 text-white flex items-center justify-center md:hidden' className='fixed bottom-16 left-4 z-[85] w-10 h-10 rounded-full bg-gray-800 text-white flex items-center justify-center md:hidden'
> >
<svg <svg
className='w-6 h-6' className='w-6 h-6'