Bootstrap causing problems with CSS column property -


i'm using bootstrap 3 , have set content display in 2 columns using css column property. know done bootstrap, in case, better use css columns.

but

at least in ios (chrome or safari) content not visible @ all. if comment bootstrap tags, content visible , css columns work fine.

any ideas?

edit (added examples, christina ;) )

in document works fine in desktop browsers if check ios chrome or safari, text in css columns not visible. http://aatosmedia.fi/tmp/column.html

in second document commented bootstrap 3 css -file , columns visible in ios. http://aatosmedia.fi/tmp/column2.html

it's caused min-height: 1px; property .sisalto css class. div it's visible on both pages on column.html height it's equals 1px. fix adding height div.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -