SoftwareBrothers/active_skin

active_skin header not responsive

Opened this issue · 2 comments

After adding active_skin header is not responsive. Not able to override the styles. Please look into the picture below and let me know how can I solve it.

Screenshot 2019-04-10 at 11 37 26 AM

Thanks.

I have the same issue! Did you find a workaround?

adding this code in active_admin.scss prevents menu overlapping

#header ul.tabs > li {
  padding: 10px 0;
}