hampshirecollege / a11y-eval-tool

GNU General Public License v3.0
10 stars 2 forks source link

safari layout bug #1

Closed vabruzzo closed 8 years ago

vabruzzo commented 8 years ago

When using detailed panel in safari, the first panel gets push up into the header, only in safari. This is likely a flexbox issue.

vabruzzo commented 8 years ago

This appears to be caused by placing flex: shrink in the wrong div, so hopefully this isn't actually a bug. Need to test.

vabruzzo commented 8 years ago

Fixed. Problem was caused by incorrect html layout