Elastic: Fix 1px layout "margin" caused by #filesuploadform

This commit is contained in:
Aleksander Machniak 2019-06-25 10:18:29 +00:00
parent 7ca7273ae9
commit fed06080ce

View file

@ -109,6 +109,11 @@ a.button.saveas:before {
position: relative;
}
#filesuploadform {
// force upload form position, otherwise it breaks layout
position: absolute !important;
}
#filelistbox {
height: 100%;