Closed vabruzzo closed 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.
This appears to be caused by placing flex: shrink in the wrong div, so hopefully this isn't actually a bug. Need to test.
flex: shrink
Fixed. Problem was caused by incorrect html layout
When using detailed panel in safari, the first panel gets push up into the header, only in safari. This is likely a flexbox issue.