From b7aa5ead03310a45587284b3cfec64f56613fbd6 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 14 Dec 2012 15:28:17 +0200 Subject: Fixed IE scrollbar issues for most if not all components Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056 --- WebContent/VAADIN/themes/chameleon/chameleon.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WebContent/VAADIN/themes/chameleon/chameleon.scss') diff --git a/WebContent/VAADIN/themes/chameleon/chameleon.scss b/WebContent/VAADIN/themes/chameleon/chameleon.scss index 8a24a73cbf..95f81f69c1 100644 --- a/WebContent/VAADIN/themes/chameleon/chameleon.scss +++ b/WebContent/VAADIN/themes/chameleon/chameleon.scss @@ -3,6 +3,8 @@ @import "components/components.scss"; @import "compound/compound.scss"; +$font-size: 13px; +$line-height: 1.4; @mixin chameleon { // TODO move this? @include base; -- cgit v1.2.3