summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/escalator
diff options
context:
space:
mode:
authorHenrik Paul <henrik@vaadin.com>2015-02-10 11:06:52 +0200
committerVaadin Code Review <review@vaadin.com>2015-02-10 09:31:04 +0000
commiteaad0231eefba8a65130f97fc6651fddcc1d4274 (patch)
tree696736a8eb14f8e261191a2e71351cb7e64899f0 /WebContent/VAADIN/themes/base/escalator
parent2ed7d72a33d89e100c479f3bb44eb5d3d26e8340 (diff)
downloadvaadin-framework-eaad0231eefba8a65130f97fc6651fddcc1d4274.tar.gz
vaadin-framework-eaad0231eefba8a65130f97fc6651fddcc1d4274.zip
Fixes IE scrollbar issues (#16634)
Change-Id: Ic948fb801f3bca5101ba630c99bd321f3e4f24bb
Diffstat (limited to 'WebContent/VAADIN/themes/base/escalator')
-rw-r--r--WebContent/VAADIN/themes/base/escalator/escalator.scss3
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 {