Internet Explorer 11
bhagyesh18 opened this issue · comments
Bhagyesh Patel commented
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.
Boby Kurniawan commented
add max-width: 280px;
inside aside.left-panel
Karel Piorno Charchabal commented
@bobykurniawan11 Doesn't affect mobile resolutions?
Bhagyesh Patel commented
Yes. It does. Thanks
Best Regards
Bhagyesh PATEL
…On Thu, Aug 2, 2018, 5:36 PM Karel Piorno Charchabal < ***@***.***> wrote:
@bobykurniawan11 <https://github.com/bobykurniawan11> Doesn't affect
mobile resolutions?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADLsolSPYjbLIGIeW-Y80H0EdndV7f8fks5uM37SgaJpZM4VOTWv>
.
shaneeqa commented
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?
Dongmin kim commented
Next, add it in css.
Both PC and MOBILE work well.
@media (max-width: 575.99px) {
...
min-width: 100%; /* add it */
width: 100%;
...
}