diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-10-10 10:50:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 10:50:44 +0300 |
commit | 0a88984cf16b3eb862b32604b7de0ef225669f0a (patch) | |
tree | 232a62a53c7c9a9ead3e92232b947eb614f83b05 /themes/src | |
parent | f48e1ecb687dac12f862732956c16b6a0ec08600 (diff) | |
download | vaadin-framework-0a88984cf16b3eb862b32604b7de0ef225669f0a.tar.gz vaadin-framework-0a88984cf16b3eb862b32604b7de0ef225669f0a.zip |
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
Diffstat (limited to 'themes/src')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/components/_escalator.scss | 4 |
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 { |