IsThereAnyDeal / Everywhere

IsThereAnyDeal Everywhere adds a quick price overview for each link to Steam store it can find on a page.
https://everywhere.isthereanydeal.com/
GNU General Public License v3.0
27 stars 3 forks source link

Add initial position to itad_info_container #6

Closed kageurufu closed 1 year ago

kageurufu commented 4 years ago

Also, insert it into the DOM with itad_info_container_hidden to prevent reflow issues during the initial load.

Basically, on some sites (most notably Mattermost, a slack alternative), the initial position of the info container at the end of the DOM would cause the body to extend past 100vh, which would break sub-element scrolling, so scrolling to the end of chat divs would end up causing the entire viewport to scroll, leaving a blank white section after the chat app.

GreenMan36 commented 1 year ago

I have included this in my TS PR and I believe its this line.