aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorAnna Koskinen <Ansku@users.noreply.github.com>2018-10-08 15:08:05 +0300
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2018-10-08 15:08:05 +0300
commita174deeac87899960f136f4675f9146785da2413 (patch)
treebcc0476ec5cf5253bd1dba6e547d0310dec894f4 /themes
parent24c45ba8f1b0cdc7d0d6ce9e23f23f9b65d15a4a (diff)
downloadvaadin-framework-a174deeac87899960f136f4675f9146785da2413.tar.gz
vaadin-framework-a174deeac87899960f136f4675f9146785da2413.zip
Fixes to displaying Grid in a detail row. (#11147)
- Multiple headers shouldn't stack behind each other. - Body rows shouldn't get stuck to default row height. - Compatibility version's hidable row selector shouldn't try to calculate row heights based on rows that haven't been added to DOM yet. Fixes #7674
Diffstat (limited to 'themes')
-rw-r--r--themes/src/main/themes/VAADIN/themes/valo/components/_escalator.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_escalator.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_escalator.scss
index 895d9ab975..b30c3b3641 100644
--- a/themes/src/main/themes/VAADIN/themes/valo/components/_escalator.scss
+++ b/themes/src/main/themes/VAADIN/themes/valo/components/_escalator.scss
@@ -85,6 +85,10 @@
top: 0;
left: 0;
}
+
+ .#{$primaryStyleName}-header > .#{$primaryStyleName}-row {
+ position: relative;
+ }
}
.#{$primaryStyleName}-row {