You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi every one,
I'm using Chameleon with the fixedhead layout.
I found out how to customize the bottom menu, so: I moved from the top menu the "Secondary-menu" down but I still have the tiny drop down symbol
Is there a way to change it with the "dropup" one? Should I do something with the class of the element? (I tried to add at the end <component type="Menu" message="secondary-menu" class="dropup"/> but of course is not working.
Many thanks in advance,
Paolo
The text was updated successfully, but these errors were encountered:
Since these two different behaviors for class have been part of Chameleon for a while we need to be careful when coming up with a solution. Some people might be relying on the current behavior for styling purposes, so my initial feeling is we need to add a new attribute to the Menu component which allows specifying the direction, perhaps:
Hi every one,
I'm using Chameleon with the fixedhead layout.
I found out how to customize the bottom menu, so: I moved from the top menu the "Secondary-menu" down but I still have the tiny drop down symbol
Is there a way to change it with the "dropup" one? Should I do something with the class of the element? (I tried to add at the end
<component type="Menu" message="secondary-menu" class="dropup"/>
but of course is not working.Many thanks in advance,
Paolo
The text was updated successfully, but these errors were encountered: