From a174deeac87899960f136f4675f9146785da2413 Mon Sep 17 00:00:00 2001 From: Anna Koskinen Date: Mon, 8 Oct 2018 15:08:05 +0300 Subject: 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 --- themes/src/main/themes/VAADIN/themes/valo/components/_escalator.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes') 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 { -- cgit v1.2.3