explicit position:relative for app-content, fixes first run layout

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent b5f0a17918
commit 9c6f604321
  1. 1
      core/css/apps.css

@ -168,6 +168,7 @@
/* Part where the content will be loaded into */
#app-content {
position: relative;
height: 100%;
overflow-y: auto;
}

Loading…
Cancel
Save