diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-08-06 15:51:10 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-08-06 15:51:10 +0300 |
commit | 98be1201b422886092a3d363b8cf40235766f2f1 (patch) | |
tree | 5d5bf322524ce4cdc2e159da2d60684c15f4908f | |
parent | 8cd0575c1c34a8895d685177dc5cf0dbd8b436e4 (diff) | |
download | vaadin-framework-98be1201b422886092a3d363b8cf40235766f2f1.tar.gz vaadin-framework-98be1201b422886092a3d363b8cf40235766f2f1.zip |
Increase z-index of frozen cells for correct rendering (#13334)
Change-Id: I3bf1fd2733e283c98a1ebb5ff260381ff4b5bfab
-rw-r--r-- | WebContent/VAADIN/themes/base/escalator/escalator.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/escalator/escalator.scss b/WebContent/VAADIN/themes/base/escalator/escalator.scss index c6438ac9cc..0246224fd3 100644 --- a/WebContent/VAADIN/themes/base/escalator/escalator.scss +++ b/WebContent/VAADIN/themes/base/escalator/escalator.scss @@ -114,7 +114,7 @@ $border-color: #aaa; .#{$primaryStyleName}-cell.frozen { position: relative; - z-index: 0; + z-index: 1; } } |