Page 1 of 1

Slim menu bug on ultima 6.1

Posted: 26 Aug 2018, 23:46
by exalif
Here is the encounted bug on Ultima NG 6.1. The menu in slim mode appears smaller than container (see profile) and icons are not horizontally centered.

This can be seen on your own demo page for Ultima NG, switching to slim menu layout.

Image

Re: Slim menu bug on ultima 6.1

Posted: 28 Aug 2018, 10:34
by merve7
Thank you for the feedback. We fixed for next release. You can use the below code until release.

Code: Select all

@media (min-width: 1025px)
.layout-container.menu-layout-slim .layout-menu .ui-scrollpanel .ui-scrollpanel-wrapper .ui-scrollpanel-content {
    overflow: visible;
    padding: 0;
}