The `.lazy-video-container` element had a `z-index: z("base")` that was
creating an unnecessary stacking context. This caused embedded videos in
the review queue (and possibly other places) to render above dropdown
menus, obscuring the menu options. It appears that the `z-index`
property was added when we merged the `yt-lazy` plugin into the
(current) generic plugin `discourse-lazy-videos`, but the property
doesn't seem to be actually needed anymore.
Internal topic: t/173510.