Fixes pagination in IE
* tested in Firefox, Chrome, Safari, IE and Edge with folder and file shares * fixes #20044
This commit is contained in:
parent
8a8209796d
commit
3e59c04c7f
|
@ -1,7 +1,6 @@
|
||||||
#content {
|
#content {
|
||||||
height: initial;
|
height: initial;
|
||||||
min-height: calc(100vh - 120px);
|
min-height: calc(100vh - 120px);
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#preview {
|
#preview {
|
||||||
|
|
Loading…
Reference in New Issue