slim menu Y overflow scroll

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
matthieu.valente
Posts: 12
Joined: 28 Feb 2016, 16:21

22 Nov 2017, 11:33

Hi,

I have a small usability bug with the slim pu:menu.
If the height of the browser is smaller than a sub menu, there is no way to access bottom items.
See showcase screenshot
Image

Is there an easy workaround ?

Thanks and regards,
Matthieu

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

01 Dec 2017, 12:58

Code: Select all

.layout-menu-slim {
   .ultima-menu {
      > li {
         > ul {
            max-height: 250px;
            overflow-y: auto;
         }
      }
   }
}
Can help.

matthieu.valente
Posts: 12
Joined: 28 Feb 2016, 16:21

01 Dec 2017, 14:42

Hi,

thanks, it worked for me with the following :

Code: Select all

.layout-menu-slim  .ultima-menu   > li  >  ul {
            max-height: 250px;
            overflow-y: auto;
}
It would be great to include in next ultima release and if possible with a graphically enhanced scroll as it exists in overlay menu.

Thanks,
Matthieu

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

28 Dec 2017, 09:10

Thanks a lot for the update! We'll decide it and get back to you.

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests