sufee-admin-dashboard icon indicating copy to clipboard operation
sufee-admin-dashboard copied to clipboard

Internet Explorer 11

Open bhagyesh18 opened this issue 6 years ago • 5 comments

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.

bhagyesh18 avatar Jul 13 '18 05:07 bhagyesh18

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

bobykurniawan11 avatar Jul 25 '18 06:07 bobykurniawan11

@bobykurniawan11 Doesn't affect mobile resolutions?

kpiorno avatar Aug 02 '18 22:08 kpiorno

Yes. It does. Thanks

Best Regards Bhagyesh PATEL

On Thu, Aug 2, 2018, 5:36 PM Karel Piorno Charchabal < [email protected]> 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 .

bhagyesh18 avatar Aug 02 '18 23:08 bhagyesh18

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?

shaneeqa avatar Dec 06 '18 11:12 shaneeqa

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

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

real21c avatar Jan 14 '19 06:01 real21c