ollie icon indicating copy to clipboard operation
ollie copied to clipboard

Z Index Conflict with Navigation Subnav Menu & Stick Groups

Open vinnysgreen opened this issue 1 year ago • 2 comments

Describe the bug When using a subnav menu in close proximity to a sticky group in column, the subnav menu appears underneath the sticky group.

To Reproduce Steps to reproduce the behavior:

  1. Add a navigation with a subnav menu
  2. Set a group inside a column to be sticky
  3. Trigger the subnav menu
  4. See the subnav appear under the sticky group

Expected behavior Subnav menu should always appear at the top.

Screenshots Screenshot 2023-10-22 at 9 13 05 AM

Desktop (please complete the following information): Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36

Additional context

vinnysgreen avatar Oct 22 '23 16:10 vinnysgreen

Good spotting, Vinny! I'll get a fix in there for this shortly!

mikemcalister avatar Oct 30 '23 18:10 mikemcalister

Maybe similar issue. Menu on mobile that expands from sticky header (header in a group that is sticky) ends up behind content below this sticky group. Screenshot_20240513_232247_edit_89493917309088

On further inspection, this behavior results if the navigation block is inside header block which is made to be sticky either by putting everything in a group block or a sticky block.

There are different behaviors but I think I pinpointed it down to using CUstom CSS class: .glass { /* From https://css.glass */ background: rgba(255, 255, 255, 0.80);

backdrop-filter: blur(8px); --> when this line is removed, menu works OK

}

brdobrdo avatar May 13 '24 21:05 brdobrdo

This should be fixed in the latest versions of the theme. Thanks for the heads up!

mikemcalister avatar Jul 10 '24 19:07 mikemcalister