From eaad0231eefba8a65130f97fc6651fddcc1d4274 Mon Sep 17 00:00:00 2001 From: Henrik Paul Date: Tue, 10 Feb 2015 11:06:52 +0200 Subject: Fixes IE scrollbar issues (#16634) Change-Id: Ic948fb801f3bca5101ba630c99bd321f3e4f24bb --- WebContent/VAADIN/themes/base/escalator/escalator.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'WebContent/VAADIN/themes/base/escalator') 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 { -- cgit v1.2.3