I am currently working on a project that involves implementing a multi-column layout using CSS3's column-count and column-gap properties. Within the main div, there are multiple inner divs arranged in two columns. However, I am facing an issue with dropdown menus overlapping their borders.
Specifically, the problem arises when using the css3 columns feature as it prevents the dropdowns from properly overlapping their parent div in Google Chrome. I have tried adjusting z-index and overflow settings but have not found a solution yet. Any suggestions would be greatly appreciated! Thank you!
For reference, here is a link to the Plunker showcasing the issue: http://plnkr.co/edit/8CqzQkvP9emIWvSXBses?p=preview
Edit: It appears that Google Chrome may have some buggy behavior when handling css3 columns. I have noticed additional problems, such as requiring two clicks to open dropdowns when using Bootstrap glyphicons in buttons. Additionally, Firefox seems to distribute the divs more evenly across the columns. I have not been able to find any solutions for these issues. Has anyone else encountered similar problems?