Skip to content

Commit

Permalink
Bring recording playlist in front of video.js modals
Browse files Browse the repository at this point in the history
Ensure that the playlist doesn't get covered by video.js error messages,
preventing interaction.
  • Loading branch information
mellbye authored and blakeblackshear committed Sep 15, 2022
1 parent 14faf0b commit a6a0e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/RecordingPlaylist.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function RecordingPlaylist({ camera, recordings, selectedDate })
const openClass = active ? '-left-6' : 'right-0';

return (
<div className="flex absolute inset-y-0 right-0 w-9/12 md:w-1/2 lg:w-3/5 max-w-md text-base text-white font-sans">
<div className="flex absolute z-10 inset-y-0 right-0 w-9/12 md:w-1/2 lg:w-3/5 max-w-md text-base text-white font-sans">
<div
onClick={toggle}
className={`absolute ${openClass} cursor-pointer items-center self-center rounded-tl-lg rounded-bl-lg border border-r-0 w-6 h-20 py-7 bg-gray-800 bg-opacity-70`}
Expand Down

0 comments on commit a6a0e4d

Please sign in to comment.