From 0a88984cf16b3eb862b32604b7de0ef225669f0a Mon Sep 17 00:00:00 2001 From: Sun Zhe <31067185+ZheSun88@users.noreply.github.com> Date: Wed, 10 Oct 2018 10:50:44 +0300 Subject: Fixes to displaying Grid in a detail row. (#11147) (#11228) - 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/src') 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