mirror of https://github.com/ColorlibHQ/gentelella
Fix dropzone not adjust height when uploading large number of files
parent
cd6cb72de0
commit
1301f59dc4
|
@ -4682,3 +4682,10 @@ ul.notifications {
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
/** /FullCalendar **/
|
/** /FullCalendar **/
|
||||||
|
|
||||||
|
/** Dropzone.js **/
|
||||||
|
.dropzone {
|
||||||
|
min-height: 300px;
|
||||||
|
border: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
/** /Dropzone.js **/
|
||||||
|
|
|
@ -356,7 +356,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="x_content">
|
<div class="x_content">
|
||||||
<p>Drag multiple files to the box below for multi upload or click to select files. This is for demonstration purposes only, the files are not uploaded to any server.</p>
|
<p>Drag multiple files to the box below for multi upload or click to select files. This is for demonstration purposes only, the files are not uploaded to any server.</p>
|
||||||
<form action="form_upload.html" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; "></form>
|
<form action="form_upload.html" class="dropzone"></form>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -4682,3 +4682,10 @@ ul.notifications {
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
/** /FullCalendar **/
|
/** /FullCalendar **/
|
||||||
|
|
||||||
|
/** Dropzone.js **/
|
||||||
|
.dropzone {
|
||||||
|
min-height: 300px;
|
||||||
|
border: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
/** /Dropzone.js **/
|
||||||
|
|
Loading…
Reference in New Issue