Page 1 of 1
Why does my menu go behind a button?
Posted: Fri Oct 15, 2021 4:05 pm
by alan_sh
I'm playing with different menus at different screen resolutions.
Currently trying the mult-level panel menu. All seems OK until I reduce the size down to the minimum - then, when I click on the hamburger menu it slides across and goes underneath the 'search' button as shown below:
The small demo file can be found here
https://www.dropbox.com/s/mvcsu8mzsh9a0 ... 2.zip?dl=1
It's going to be something silly, but I can't see what.
thanks
Alan
Re: Why does my menu go behind a button?
Posted: Fri Oct 15, 2021 5:07 pm
by Pablo
Did you share the correct file?
It looks like the same project as you previous shared.
Re: Why does my menu go behind a button?
Posted: Fri Oct 15, 2021 5:12 pm
by alan_sh
Re: Why does my menu go behind a button?
Posted: Fri Oct 15, 2021 5:15 pm
by Pablo
This is expected behavior. In floating/flexible layout, the next object always overlays the previous one.
If you want the button to be always on top then you will need to place it a (sticky) layer or page header.
Re: Why does my menu go behind a button?
Posted: Fri Oct 15, 2021 5:50 pm
by alan_sh
Ah, that's not good. I am using a flex grid because I want the background to be one picture.
I placed the menu on the flex grid last. So, it is the 'next' object. Or do you mean the next onein the series from left to right.
Can I put a page header in a flex grid cell?
Alan
Re: Why does my menu go behind a button?
Posted: Fri Oct 15, 2021 7:01 pm
by Pablo
The next object is the object on the right or below.
Re: Why does my menu go behind a button?
Posted: Fri Oct 15, 2021 8:06 pm
by alan_sh
But it goes above the 'search' text input but behind the search button.Both are to the right.
I know this is just a small thing, but it looks wromg.
Alan
*SOLVED* Re: &Why does my menu go behind a button?
Posted: Fri Oct 15, 2021 8:17 pm
by alan_sh
Fixed it. You change the panel to 'overlay'(in the style tab) and it works.
cheers
Alan