The menu with a tiny round corner is great. However, when I put the menu all the way to the up left corner, and when the menu is inverted, there are two small blank areas at the top corners because of the round corner. Is it possible to have a non-round-corner version of the menu?
Thanks,
Elgs
Or there's already a solution there, it's just I'm missing something.
Thanks,
Elgs
No longer a problem by adding "fixed". Thanks.
Another solution is to overwrite the semantic ui css border-radius property for menu:
.ui.menu {
border-radius: 0px !important;
}
You can also use attached
Thanks!
But thats not being semantic anymore...if you get what I mean.
Most helpful comment
You can also use
attached