Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Silent refresh iframe causes blinking scrollbar #1350

Open
petriq opened this issue Apr 28, 2021 · 0 comments
Open

Silent refresh iframe causes blinking scrollbar #1350

petriq opened this issue Apr 28, 2021 · 0 comments

Comments

@petriq
Copy link

petriq commented Apr 28, 2021

Visibility:hidden used when creating iframe does not solve blinking scrollbar, because visibility:hiden only hides element, but its dimensions are reserved.

You should use display:none style, or at least assign ID or any ID-like class to silent-refresh iframe (ideally the name should be editable in the client settings), so we can use styles to properly hide it. This applies to all "invisible" iframes you use.

Thank you.

@petriq petriq changed the title Silent refresh iframe causes displaying of scrollbar Silent refresh iframe causes blinking scrollbar Apr 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants