Today is 2017 yet I still find this issue...How did you resolve it?
This is weird. I didn't resolve it on this application, we just made a business decision not to have drop down menus. We are on Outsystems 9 and still have the same issue on that application, yet when I've built other ones, it has been OK. What version are you on Eric? I might try and investigate today.
I'm using version 10.
So when you built another app using the same template theme. It is ok? Or maybe you were using different themes?
I'm using Dublin themes
Hi,
Our theme here isn't Dublin. Ours is based on London.
However, I just had a nosey at something that used the same base theme and I discovered this.
I put it on the old application and low and behold it worked! :o Try it, I hope it works for you two. You can drag an Icon if you want your own DropDown Arrow.
.Menu_DropDownArrow {
display: none;
}
Edward S wrote:
Sorry my mistake it was my custom css that make 2 arrow appears. Please forget and close this. Thanks,
Anyway thanks also for your suggestion
I encountered the same problem.I solved it by removing the container enclosing any element inside MenuItem.From this:
To this: