update now can connect adb but scrcpy still bug

This commit is contained in:
Kenta420 2024-01-22 12:50:07 +07:00
parent 45851422f7
commit a95c350844
10 changed files with 116 additions and 132 deletions

View file

@ -1,6 +1,6 @@
const Header: React.FC = () => {
return (
<header className="fixed bg-black w-full z-0 px-4 shadow-sm shadow-slate-500/40 pl-[20rem]">
<header className="fixed bg-black w-full z-40 px-4 shadow-sm shadow-slate-500/40 pl-[20rem]">
<h2>Header</h2>
</header>
)