Skip to content

ultima-7.0.0 menu is not displayed with static and overlay mode #2460

Discussion options

You must be logged in to vote

OK in \webapp\resources\layout\styles\layout\layout-common\styles\menu\_menu_common.scss replace it with this and then rebuild your theme it fixes it.

.layout-menu-wrapper {
    height: calc(100% - 4rem);
    width: 17rem;
    position: fixed;
    left: 0;
    top: 4rem;
    z-index: 997;
    transform: none;

    ul {
        @include reset-list;
    }

    .layout-menu-container {
        display: flex;
        flex-direction: column;
        height: 100%;

        .layout-menu {
            padding-bottom: 2rem;
            overflow-y: auto;

            li {
                border-radius: 4px;

                &.layout-root-menuitem {
                    > a {
                        d…

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@melloware
Comment options

Comment options

You must be logged in to vote
1 reply
@melloware
Comment options

Comment options

You must be logged in to vote
2 replies
@melloware
Comment options

@melloware
Comment options

Answer selected by melloware
Comment options

You must be logged in to vote
1 reply
@melloware
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working Resolution: Workaround Workaround for the issue is found
2 participants