Dropdown menu in episodes queue shows below the episode description
Describe the bug Dropdown menu on episodes in the queue sometimes show below the episode description, causing the user to click on the episode instead of the menu item
To Reproduce Steps to reproduce the behavior:
- Go to 'Queue'
- Click on the more button (
ellipsis-h) - Click on an item in the menu
- If the episode under the menu is showing through, the user will actually click on the episode link instead of the menu item
- See error
Expected behavior The 'more' menu should be in front of the episode description or disallow click passthrough
Screenshots
Desktop (please complete the following information):
- OS: Windows 11
- Browser: Firefox and Microsoft Edge
- Version: Firefox[118.0.2], Edge[118.0.2088.61]
Smartphone (please complete the following information):
- N/A
@tmorgan497 oh I hadn't seen that. Hmm should be a simple CSS fix I think. I wonder why the issue happens on the Queue screen, but nowhere else on the website that use the same episode rows?
Honestly, the queue page is the only place I've looked so far 🙃. I did peruse the codebase a bit to see if I could find a culprit but I'm not familiar with this framework. I've mainly dabbled in Vue.js and Django. I'll keep poking around and see if it occurs elsewhere.