Merge pull request #9344 from owncloud/files-scrollissue
Fix files list scroll behavior
This commit is contained in:
commit
456770fde9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
|
|
||||||
/* fit app list view heights */
|
/* fit app list view heights */
|
||||||
.app-files #app-content>.viewcontainer {
|
.app-files #app-content>.viewcontainer {
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* move Deleted Files to bottom of sidebar */
|
/* move Deleted Files to bottom of sidebar */
|
||||||
|
|
Loading…
Reference in a new issue