2.0.1
- Use old align for same functionality with better browser support
- Remove
overflow-x: hidden
as this kills the overflow - Use
height: auto
instead ofinherit
since inherit doesn't seem to work
overflow-x: hidden
as this kills the overflowheight: auto
instead of inherit
since inherit doesn't seem to work