fix: avatar element masking button (#852)
This commit is contained in:
parent
f11eb19815
commit
81ca589c95
|
|
@ -61,7 +61,7 @@ export const EntryReadHistory: Component<{ entryId: string }> = ({ entryId }) =>
|
|||
<button
|
||||
type="button"
|
||||
style={{
|
||||
right: `${LIMIT * 8}px`,
|
||||
marginLeft: `-${LIMIT * 8}px`,
|
||||
zIndex: LIMIT + 1,
|
||||
}}
|
||||
className="no-drag-region relative flex size-7 items-center justify-center rounded-full border border-border bg-muted ring-2 ring-background"
|
||||
|
|
|
|||
Loading…
Reference in New Issue