ayann / active_admin_flat_skin

Active Admin Flat theme design.
http://ayann.github.io/active_admin_flat_skin
MIT License
91 stars 62 forks source link

Header and footer positioning #1

Open AntoineBecquet opened 8 years ago

AntoineBecquet commented 8 years ago

The header size does not match depending on the screen's size. Maybe try something like this:

.header#header {
  height: calc(100% - 52px);
}