mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Update playground.tsx
This commit is contained in:
@@ -344,7 +344,7 @@ export class Playground extends React.Component<
|
||||
</div>
|
||||
</header>
|
||||
<div className="flex flex-1">
|
||||
<div className="items-center absolute z-100 right-0 rounded-bl-lg min-w-[140px] p-2 bg-[var(--background)] pointer-events-none font-medium text-right text-xs whitespace-nowrap leading-6">
|
||||
<div className="items-center absolute z-49 right-0 rounded-bl-lg min-w-[140px] p-2 bg-[var(--background)] pointer-events-none font-medium text-right text-xs whitespace-nowrap leading-6">
|
||||
{!this.state.emulationStatus ? (
|
||||
<></>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user