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

Header and sidebar broken on IE #9

Open
ASKemp opened this issue Sep 25, 2018 · 6 comments
Open

Header and sidebar broken on IE #9

ASKemp opened this issue Sep 25, 2018 · 6 comments

Comments

@ASKemp
Copy link

ASKemp commented Sep 25, 2018

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.

@xidedix
Copy link

xidedix commented Sep 26, 2018

Misplaced navbar-brand IE issue has been fixed with @coreui/coreui v2.0.10
Sidebar issue's not fixed yet

@mvelosop
Copy link
Owner

mvelosop commented Sep 27, 2018

@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

@ASKemp
Copy link
Author

ASKemp commented Sep 27, 2018

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? ;)

@xidedix
Copy link

xidedix commented Sep 27, 2018

working on it

@xidedix
Copy link

xidedix commented Sep 27, 2018

@coreui/coreui v2.0.11 fixes sidebar gap issue at smaller viewport sizes

@ASKemp
Copy link
Author

ASKemp commented Sep 27, 2018

Fantastic, will check it out.

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

3 participants