css - Safari column rendering bug -
safari 7 , 8 seem render title of elements in right column of site (https://unindented.org/) incorrectly:
i'm doing following on container:
-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-width: auto; -moz-column-width: auto; column-width: auto;
is there workaround bug?
you've got 2 options here:
- remove
overflow: hidden
header
element. - remove
border-radius
propertyheader
i wish tell why these work. safari's implementation of webkit bad ie @ times.
Comments
Post a Comment