Layout bug with Right Sidebar and Horizontal Menu

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
Matt-W
Posts: 1
Joined: 31 Jul 2017, 16:17

14 Nov 2017, 14:15

Hi,

In the Ultima theme, the top of the right sidebar (day name in the live preview) is obstructed by the horizontal menu.

Cheers,
Matt

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

01 Dec 2017, 13:05

Fixed for Ultima 5.0.1, line 656 should start with;

Code: Select all

.layout-rightpanel {
        position: fixed;
        top: 75px;
        height: 100%;
        right: -240px;
        width: 240px;
        z-index: 100;
        background-color: $rightPanelBgColor;
        @include box-sizing(border-box);
        @include transition(right $transitionDuration);
        @include shadow(0 2px 10px 0 rgba(0, 0, 0, 0.3));

        &.layout-rightpanel-active {
            right: 0;
            -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        }

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests