mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Pointer events on header
This commit is contained in:
parent
4204a6e561
commit
782aa9bb82
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ function ControlButtonBox(props: ReaderHeaderProps): JSX.Element {
|
|||
height: '100%',
|
||||
gap: '20px',
|
||||
minWidth: '121px',
|
||||
pointerEvents: 'all',
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue