Merge pull request #8875 from owncloud/app-css-relative

explicit position:relative for app-content, fixes first run layout
remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago
commit c6196c022d
  1. 4
      apps/files/css/files.css
  2. 1
      core/css/apps.css

@ -87,10 +87,6 @@
#filestable tbody tr { background-color:#fff; height:51px; }
.app-files #app-content {
position: relative;
}
/* fit app list view heights */
.app-files #app-content>.viewcontainer {
height: 100%;

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

Loading…
Cancel
Save