lichess-org / lila

♞ lichess.org: the forever free, adless and open source chess server ♞
https://lichess.org
GNU Affero General Public License v3.0
14.81k stars 2.2k forks source link

Twitch chat for streamers frame is too small. #15409

Open Siderite opened 1 month ago

Siderite commented 1 month ago

Exact URL of where the bug happened

https://lichess.org/streamer/justantan

Steps to reproduce the bug

  1. Open this Twitch streamer's page
  2. Check out the chat on the left

What did you expect to happen?

Be able to click the buttons for cookies and advertising and use the chat

What happened instead?

The frame height of 500px is too small and the twitch chat has no scrollbar, so the buttons cannot be reached.

Operating system

Windows 11

Browser and version (or alternate access method)

Brave

Additional information

image

Just removing the 500px height from the iframe and adding it to the parent div, together with an overflow auto setting solves this.

SergioGlorias commented 1 month ago

Note: if you are logged in to Twitch and have already clicked on accept cookies You should only see this screen again if third-party cookies are blocked in your browser

Siderite commented 1 month ago

Which as a rule, they should be :D

ddugovic commented 1 week ago

That seems like a Brave bug or a Twitch bug.

Siderite commented 1 week ago

No, it's not.

SergioGlorias commented 1 week ago

That seems like a Brave bug or a Twitch bug.

Firefox and Chrome with third-party cookies blocked

Siderite commented 1 week ago

Please note that the bug is not that it happens, it's how the HTML of Lichess handles it.