Skip to content

Commit f61e6d9

Browse files
committed
Update zIndex value in SearchAndFilter component
1 parent 1a5cf7e commit f61e6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/pages/discover.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function SearchAndFilter({
4141
sx={{
4242
position: "sticky",
4343
top: 0,
44-
zIndex: 1000,
44+
zIndex: 150,
4545
margin: "5px",
4646
paddingTop: "2px",
4747
background: "white",

0 commit comments

Comments
 (0)