Skip to content

Commit

Permalink
make side bar wider
Browse files Browse the repository at this point in the history
  • Loading branch information
dyr429 committed Mar 3, 2024
1 parent 32d33d4 commit 284dae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/interface/AppNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function AppNavBar() {
}, [currentStep]);

return trialHasSideBar && currentConfig ? (
<Navbar bg="gray.1" display="block" width={{ base: 550 }} style={{ zIndex: 0, overflowY: 'scroll' }}>
<Navbar bg="gray.1" display="block" width={{ base: 600 }} style={{ zIndex: 0, overflowY: 'scroll' }}>
<ScrollArea h={700} viewportRef={viewport}>
{instructionInSideBar && instruction !== '' && (
<Navbar.Section
Expand Down

0 comments on commit 284dae4

Please sign in to comment.