-
Notifications
You must be signed in to change notification settings - Fork 40
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
Header and sidebar broken on IE #9
Comments
Misplaced |
@ASKemp, thanks for the heads up! I hadn't gotten into this yet. Thanks for the info @xidedix! I'm planning to update the repo to the latest CoreUI soon. In the meantime, I think I found the culprit here: Couldn't find a centering fix that worked for all browsers, but at least, this seems to fix the vertical placement, which might be good enough, just add this to site.css: @media (max-width: 991.98px) {
.app-header .navbar-brand {
position: static;
}
} Hope this helps |
Thanks for the reply. xidedix solved it with a small amendment, a TOP I think iirc. Now... onto that closing sidebar/non closing gap issue? ;) |
working on it |
|
Fantastic, will check it out. |
This seems a general issue with CoreUI, the header and sidebar do not play nicely with Internet Explorer 10+ at small viewport sizes. The header drops the logo down and the navigation sidebar doesn't close appropriately with respect to the main body content.
Any ideas, has anyone fixed this? Works fine on Chrome.
The text was updated successfully, but these errors were encountered: