fix: allow pointer events to pass through to arrow navigation buttons (#2077)
This commit is contained in:
parent
56824b9142
commit
0da451c26a
@ -274,7 +274,7 @@ const ViewportActionBar = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{showNavArrows && !showCine && (
|
{showNavArrows && !showCine && (
|
||||||
<div className="mt-2">
|
<div className="mt-2" style={{ pointerEvents: 'all' }}>
|
||||||
<ButtonGroup>
|
<ButtonGroup>
|
||||||
<Button
|
<Button
|
||||||
size="initial"
|
size="initial"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user