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

Internet Explorer 11 #10

Open
bhagyesh18 opened this issue Jul 13, 2018 · 5 comments
Open

Internet Explorer 11 #10

bhagyesh18 opened this issue Jul 13, 2018 · 5 comments

Comments

@bhagyesh18
Copy link

Left Panel of index.html does not appear well. Left panel covers 70% of screen. I am changing the width of left-panel but it does not effect the left panel.

@bobykurniawan11
Copy link

add max-width: 280px; inside aside.left-panel

@kpiorno
Copy link

kpiorno commented Aug 2, 2018

@bobykurniawan11 Doesn't affect mobile resolutions?

@bhagyesh18
Copy link
Author

bhagyesh18 commented Aug 2, 2018 via email

@shaneeqa
Copy link

shaneeqa commented Dec 6, 2018

This issue occurs for me too in Edge as well, but not for all the pages, only a page.
max-width: 280px; inside aside.left-panel in style.css and style.scss files won't work well, as I need to use the application for mobile too.
Any alternative solutions?

@real21c
Copy link

real21c commented Jan 14, 2019

Next, add it in css.
Both PC and MOBILE work well.

@media (max-width: 575.99px) {
    ...
    min-width: 100%;   /* add it */
    width: 100%;
    ...
}

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

5 participants