Merge pull request #22004 from Pookay/patch-1
Fix the result at the bottom on IE
This commit is contained in:
commit
181b43da4e
|
@ -59,7 +59,7 @@
|
|||
|
||||
/* fit app list view heights */
|
||||
.app-files #app-content>.viewcontainer {
|
||||
min-height: 100%;
|
||||
min-height: 0%;
|
||||
}
|
||||
|
||||
.app-files #app-content {
|
||||
|
|
Loading…
Reference in New Issue