Open
Description
When i use zoom out in firefox or chrome (shift + mouse scroll) ngx-admin does not adjust properly, for example 75%.
It's not scaling.
It seems to have to do with:
.nb-theme-corporate nb-layout.window-mode .layout nb-layout-header nav, .nb-theme-corporate nb-layout.window-mode .scrollable-container
max-width: 1920px;
When i disable it, page gets rendered correctly
Have a look at https://www.akveo.com/ng2-admin. That one is scaling properly. I wonder what happened?