tattle-made / DAU

MCA Tipline for Deepfakes
GNU General Public License v3.0
6 stars 0 forks source link

[Bug]: The options when hovering over the media thumbnail are clipped #111

Open tarunima opened 6 months ago

tarunima commented 6 months ago

Describe the bug

On the media details page, when hovering over the three dots to see more options, the top options are clipped out of the window. The thumbnail also appears clipped.

Steps to reproduce

  1. Go to the Media details page on any post on the dashboard
  2. Hover on the three dots on the media item.

Expected behavior

I expected to be able to see all the menu options

Screenshots

Screen Shot 2024-05-15 at 6 30 39 PM

What browsers are you seeing the problem on?

Other

Which operating system are you on?

MacOS

System Description

Brave Version 1.65.126 on macOS 12.6.3

dennyabrain commented 6 months ago

strangely this feels like a browser issue and I am surprised brave doesn't implement scrolling within that popup and instead clips it. I don't have much control over those options native to a browser's media player. There are ways to redo the media player in javascript but that feels like an overkill for this bug. A better solution might be to change the layout a bit - increase height/width of the video element so that there's enough space made for this popup to appear fully.

dennyabrain commented 6 months ago

@tarunima @areeba-dau does this issue persist now that we have that expand icon next to media item?