fix(mobile): avoid explorer node overlapping header when scrolling (#8992)

This commit is contained in:
CatsJuice
2024-12-03 07:02:14 +00:00
parent eb64231899
commit 4b52212eab

View File

@@ -27,7 +27,7 @@ export const float = style({
position: 'fixed',
top: 0,
width: '100%',
zIndex: 1,
zIndex: 2,
display: 'flex',
alignItems: 'center',