I am using multi-column layout using css3 column-count and column-gap options. Many divs are arranged in 2 columns inside the main div. The problem is that I want to use the dropdown menus in the inner divs that overlap their borders.
Problem: the css3 columns option blocks drop-down lists, overriding their parent div in Google Chrome. Tried changing z-index and overflow parameters. Any ideas? Thanks!
Plunker: http://plnkr.co/edit/8CqzQkvP9emIWvSXBses?p=preview
Edit: It seems that chrome handles css3 columns, which are generally quite buggy. I see a few more problems, for example, as soon as I put the bootstrap of glyphics on the buttons. Often, two clicks are required to open a drop-down list. Firefox also distributes divs much more evenly among columns. Did not find anything about these problems.?
source share