sufee-admin-dashboard
sufee-admin-dashboard copied to clipboard
Internet Explorer 11
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.
add max-width: 280px;
inside aside.left-panel
@bobykurniawan11 Doesn't affect mobile resolutions?
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 .
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?
Next, add it in css. Both PC and MOBILE work well.
@media (max-width: 575.99px) {
...
min-width: 100%; /* add it */
width: 100%;
...
}