mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Beam: fix z-index
This commit is contained in:
@@ -53,7 +53,7 @@ export const rayControlsMobileSx: SxProps = {
|
||||
position: 'sticky', top: 0, bottom: 64,
|
||||
|
||||
// looks (absorb parent padding, and overwrite with color and zIndex to stay on top)
|
||||
zIndex: 1,
|
||||
zIndex: 2, // because 'Chip' component have a zIndex of 1 in the inner label
|
||||
backgroundColor: 'inherit',
|
||||
mx: 'calc(-1 * var(--Card-padding))',
|
||||
px: 'var(--Card-padding)',
|
||||
|
||||
Reference in New Issue
Block a user