Elastic: Fix 1px layout "margin" caused by #filesuploadform
This commit is contained in:
parent
7ca7273ae9
commit
fed06080ce
1 changed files with 5 additions and 0 deletions
|
@ -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%;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue