Update playground.tsx

This commit is contained in:
Maurice Heumann
2025-07-11 14:33:45 +02:00
committed by GitHub
parent 29878ae2ea
commit 6e24b23c2f

View File

@@ -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 ? (
<></>
) : (