Fomantic-UI
Fomantic-UI copied to clipboard
Attached Tabular menu, border broken inside overflow container
Bug Report
Attached Tabular menu is not displyed correctly after second tab
Steps to reproduce
- Create Overflow hidden container
- Create attached tabluar menu with content (Tabs) (more then 2 Tabs)
- Click on third tab-item
Expected result
Border should be styled as attached
Actual result
Border is cut off
Testcase with possible fix
https://jsfiddle.net/3bu8yogv/
Version
2.8.4
##Problem in CSS Code
https://github.com/fomantic/Fomantic-UI/blob/6da2101864203cd393ce17ca2ea6fbdc9e8ae66a/src/definitions/collections/menu.less#L682
Possible fix
.ui.tabular.menu.hotfix ~ .attached:not(.top).segment
Confirmed. Your suggested fix seems to be good. 🙂 Would you like to create a PR yourself or should we adopt your fix on our own?
i create a PR later today. after work.