mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-03-05 19:17:30 +08:00
fix: adjust landscape z-index
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user