Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar flashes on mobile #33

Open
roelgeusens opened this issue Aug 27, 2020 · 2 comments
Open

Sidebar flashes on mobile #33

roelgeusens opened this issue Aug 27, 2020 · 2 comments
Labels
enhancement New feature or request v1 Version 1.x.x

Comments

@roelgeusens
Copy link

roelgeusens commented Aug 27, 2020

When you navigate from page to page, the sidebar flashes and goes away in mobile view.

@halfmoonui
Copy link
Owner

This is a known issue. What happens is that JS is used to hide the sidebar on phones. This has to wait for the DOM to load, which is why you see the flash. There is a possible solution for this using CSS, and I have been thinking about it for quite some time. However, its a pretty complex issue, because you need to write two different sets of rules (one for phones, and one for desktops) for 5 different types of sidebars. I will mark this.

@halfmoonui halfmoonui added the enhancement New feature or request label Aug 27, 2020
@camp-d
Copy link

camp-d commented Mar 2, 2022

Any updates on this? how would one implement a fix for this themselves?

@halfmoonui halfmoonui added the v1 Version 1.x.x label Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1 Version 1.x.x
Projects
None yet
Development

No branches or pull requests

3 participants