Modal window issue

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
ravihariharan
Posts: 58
Joined: 12 Feb 2016, 17:03

28 Nov 2017, 22:23

Modal window does not cover the toolbar when the menu mode is set to overlay.

Image

GIT issue: https://github.com/primefaces/layouts/issues/151

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

01 Dec 2017, 12:01

It is by design to keep the topbar on top everything, in your case, you can lower the value via;

Code: Select all

    .layout-menu-overlay.menu-layout-overlay {
        &.layout-menu-overlay-active {
            .layout-menu-container {
                z-index: 999;
            }
            
    
        }  
        
        .topbar {
            z-index: 998;
         }
  }

ravihariharan
Posts: 58
Joined: 12 Feb 2016, 17:03

01 Dec 2017, 15:58

Static Menu and Horizontal Menu works and cover the topbar.
This issue only exists for Overlay Menu and hence it seemed like a bug.

Thanks for the solution. I have tested it and it works as expected.

Thanks
Ravi

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

27 Dec 2017, 16:14

Thanks a lot for the update!

Post Reply

Return to “Poseidon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests