puikinsh / sufee-admin-dashboard

A simple yet powerful Bootstrap 4 admin dashboard template.
https://colorlib.com/polygon/sufee/index.html
MIT License
874 stars 497 forks source link

Internet Explorer 11 #10

Open bhagyesh18 opened 6 years ago

bhagyesh18 commented 6 years ago

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 commented 6 years ago

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

kpiorno commented 6 years ago

@bobykurniawan11 Doesn't affect mobile resolutions?

bhagyesh18 commented 6 years ago

Yes. It does. Thanks

Best Regards Bhagyesh PATEL

On Thu, Aug 2, 2018, 5:36 PM Karel Piorno Charchabal < notifications@github.com> 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 https://github.com/puikinsh/sufee-admin-dashboard/issues/10#issuecomment-410089208, or mute the thread https://github.com/notifications/unsubscribe-auth/ADLsolSPYjbLIGIeW-Y80H0EdndV7f8fks5uM37SgaJpZM4VOTWv .

shaneeqa commented 5 years ago

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 commented 5 years ago

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

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