Skip to content

Commit 462d3ac

Browse files
committed
Update zIndex value in sidebar component
1 parent f61e6d9 commit 462d3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/components/sidebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const Drawer = styled(MuiDrawer, {
9494
position: "fixed",
9595
width: drawerWidth,
9696
flexShrink: 0,
97-
zIndex: "2000",
97+
zIndex: "200",
9898
whiteSpace: "nowrap",
9999
boxSizing: "border-box",
100100
"& .MuiListItemButton-root": {

0 commit comments

Comments
 (0)