Browse Source

Remove zIndex from mini view to allow context menu

master
jeffvli 3 years ago
parent
commit
73dfbc912b
  1. 1
      src/components/player/styled.tsx

1
src/components/player/styled.tsx

@ -95,7 +95,6 @@ export const MiniViewContainer = styled.div<{ display: string }>`
user-select: none;
pointer-events: ${(props) => (props.display === 'true' ? 'all' : 'none')};
position: absolute;
z-index: 7;
bottom: 100px;
right: 25px;
padding: 8px;

Loading…
Cancel
Save