mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 14:29:15 +08:00
fix(notes): prevent sticky folder z-index from overlapping webview (#12289)
Add `isolation: isolate` to NotesSidebar container to create a new stacking context, preventing sticky folder elements (z-index: 1000+) from overlapping MinApp webview when switching pages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ad164f2c1b
commit
c4f372feba
@ -452,6 +452,7 @@ export const SidebarContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
isolation: isolate;
|
||||
`
|
||||
|
||||
export const NotesTreeContainer = styled.div`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user