Skip to content

Commit

Permalink
update css for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Nov 21, 2024
1 parent 8d273b1 commit 4333e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtool/EmulatorDevtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const EmulatorDevtools = (props: { mode: 'immersive-vr' | 'immersive-ar'
id="devtools"
className="flex-no-wrap m-0 flex h-full h-full select-none flex-col overflow-hidden overflow-hidden bg-gray-900 text-xs text-gray-900"
>
<div className="flex-no-wrap flex h-10 select-none flex-row bg-gray-800 text-xs text-gray-900">
<div className="flex-no-wrap flex h-10 select-none flex-row bg-gray-800 text-xs text-gray-900 z-50">
<Button className="my-1 ml-auto mr-6 px-10" onClick={toggleXR} disabled={xrState.requestingSession.value}>
{(xrActive ? 'Exit ' : 'Enter ') + (props.mode === 'immersive-ar' ? 'AR' : 'VR')}
</Button>
Expand Down

0 comments on commit 4333e99

Please sign in to comment.