mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(mobile): avoid explorer node overlapping header when scrolling (#8992)
This commit is contained in:
@@ -27,7 +27,7 @@ export const float = style({
|
||||
position: 'fixed',
|
||||
top: 0,
|
||||
width: '100%',
|
||||
zIndex: 1,
|
||||
zIndex: 2,
|
||||
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
|
||||
Reference in New Issue
Block a user