diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss index 06376d6a6e..541c38c314 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss @@ -876,6 +876,12 @@ $v-grid-drag-indicator-color: $v-focus-color; background: darken($v-grid-drag-indicator-color, 10%); } } + + // Expand Grid's body to cover the whole Grid + .#{$primary-stylename}-body-droptarget { + width: 100%; + height: 100%; + } } |