summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
diff options
context:
space:
mode:
authorMarc Englund <marc@vaadin.com>2012-12-07 10:49:01 +0000
committerVaadin Code Review <review@vaadin.com>2012-12-07 10:49:01 +0000
commita18ea78f4456c92b33683137c338c33a52ddc9ce (patch)
tree2d4eaa7b903ddd25888ada651490bd34ed3f29bd /WebContent/VAADIN/themes/base
parent64e0b7572fe73e22229950f729244df210a3028b (diff)
parent0c67f19e4990f9f564b9848dd9d3416ff6458dae (diff)
downloadvaadin-framework-a18ea78f4456c92b33683137c338c33a52ddc9ce.tar.gz
vaadin-framework-a18ea78f4456c92b33683137c338c33a52ddc9ce.zip
Merge "Fixed accordion to not cause scrollbars in IE (#9552)"
Diffstat (limited to 'WebContent/VAADIN/themes/base')
-rw-r--r--WebContent/VAADIN/themes/base/accordion/accordion.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/accordion/accordion.scss b/WebContent/VAADIN/themes/base/accordion/accordion.scss
index 6f4825f16b..833060ade8 100644
--- a/WebContent/VAADIN/themes/base/accordion/accordion.scss
+++ b/WebContent/VAADIN/themes/base/accordion/accordion.scss
@@ -3,7 +3,7 @@
.v-accordion {
position: relative;
outline: none;
- overflow: hidden;
+ overflow: visible;
text-align: left; /* Force default alignment */
}
.v-accordion-item {
@@ -11,7 +11,7 @@
zoom: 1;
}
.v-accordion-item-caption {
- overflow: hidden;
+ overflow: visible;
white-space: nowrap;
background: #eee;
border-bottom: 1px solid #ddd;