Spaces:
Running
Running
Commit
·
ff323a7
1
Parent(s):
6fc03a3
Update app.py
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ start_cleaner = """async() => {
|
|
281 |
|
282 |
} else {
|
283 |
max_height = 800;
|
284 |
-
image_upload.setAttribute('style', 'min-height: ' + max_height + 'px; overflow
|
285 |
data_image.setAttribute('style', 'height: ' + max_height + 'px');
|
286 |
data_image_div.setAttribute('style', 'min-height: ' + max_height + 'px');
|
287 |
|
|
|
281 |
|
282 |
} else {
|
283 |
max_height = 800;
|
284 |
+
image_upload.setAttribute('style', 'min-height: ' + max_height + 'px; overflow: overlay');
|
285 |
data_image.setAttribute('style', 'height: ' + max_height + 'px');
|
286 |
data_image_div.setAttribute('style', 'min-height: ' + max_height + 'px');
|
287 |
|