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

Horizontal scrollbar shown beween width: 40em and max-width: 53em #63

Open
sebpca opened this issue Feb 9, 2017 · 0 comments
Open

Horizontal scrollbar shown beween width: 40em and max-width: 53em #63

sebpca opened this issue Feb 9, 2017 · 0 comments

Comments

@sebpca
Copy link
Contributor

sebpca commented Feb 9, 2017

Hi, I have noticed that an horizontal scrollbar appears when you resize the screen on the latest template (http://www.ebi.ac.uk/services). I guess it is due to the EMBL-EBI icon on top right (that changes from EMBL-EBI Hinxton to just EMBL -EBI, before switching side) :

It works better when you turn those ones off (but doesn't do the nice effect on text):
@media screen and (max-width: 53em)
.embl-selector .button {
width: 0px;
padding-right: 0;
overflow: hidden;
}

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

1 participant