fix: allow pointer events to pass through to arrow navigation buttons (#2077)

This commit is contained in:
Danny Brown 2020-10-01 22:08:40 -04:00 committed by GitHub
parent 56824b9142
commit 0da451c26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@ const ViewportActionBar = ({
</div>
</div>
{showNavArrows && !showCine && (
<div className="mt-2">
<div className="mt-2" style={{ pointerEvents: 'all' }}>
<ButtonGroup>
<Button
size="initial"