diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/escalator')
-rw-r--r-- | WebContent/VAADIN/themes/base/escalator/escalator.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/escalator/escalator.scss b/WebContent/VAADIN/themes/base/escalator/escalator.scss index ad09207ce0..606dc6a7dd 100644 --- a/WebContent/VAADIN/themes/base/escalator/escalator.scss +++ b/WebContent/VAADIN/themes/base/escalator/escalator.scss @@ -6,7 +6,7 @@ .#{$primaryStyleName}-scroller { position: absolute; - z-index: 20; + z-index: 1; outline: none; @include box-sizing(border-box); } @@ -31,6 +31,7 @@ position: absolute; overflow: hidden; @include box-sizing(border-box); + z-index: 5; } .#{$primaryStyleName}-tablewrapper > table { |