Skip to content
Snippets Groups Projects
Commit c6196c02 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

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

explicit position:relative for app-content, fixes first run layout
parents b5f0a179 411e6525
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment