puikinsh / sufee-admin-dashboard

A simple yet powerful Bootstrap 4 admin dashboard template.

Home Page:https://colorlib.com/polygon/sufee/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internet Explorer 11

bhagyesh18 opened this issue · 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.

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

@bobykurniawan11 Doesn't affect mobile resolutions?

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%;
    ...
}