summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_dragwrapper.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_dragwrapper.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss b/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss
index 7f1be69553..6527e42ed7 100644
--- a/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss
+++ b/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss
@@ -7,7 +7,8 @@
}
.#{$primary-stylename}.v-active-drag-source {
- visibility: hidden;
+ // This breaks file upload dragging (for some reason the ddwrapper gets this class when an active file drag is over it)
+ // visibility: hidden;
}
.#{$primary-stylename} {