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

Sidr flashes briefly with every page load in Safari #301

Open
zagabona opened this issue Apr 28, 2016 · 2 comments
Open

Sidr flashes briefly with every page load in Safari #301

zagabona opened this issue Apr 28, 2016 · 2 comments

Comments

@zagabona
Copy link

zagabona commented Apr 28, 2016

I'm posting this in case someone else experiences this in Safari 9 on desktop:

Everytime a page is loaded, the Sidr menu flashes shortly over the content of every page, eventhough it's not being triggered (since it's not used for the main menu, which I'm clicking in this case).

To deal with this it should suffice to add the style display: none to the Sidr element, be it in a separate selector.

E.g.:

.my-secondary-menu.sidr{ // this is the "official" selector
  background: white;
}
.my-secondary-menu{ // this is the "fixing" selector
  display: none;
}

If deemed apprpriate you can use CSS that targets Safari on desktop only.

@rentageekmom
Copy link

Same issue, though the CSS fix doesn't quite work at this time.

@rentageekmom
Copy link

#304 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants