From f75f47f2f275d03791677244e11646409099d41d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 29 Oct 2012 21:26:40 +0200 Subject: [PATCH] Revert accidentally pushed "Fix most IE scrollbar issues" This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530. --- WebContent/VAADIN/themes/base/common/common.scss | 14 -------------- WebContent/VAADIN/themes/base/widget/widget.scss | 5 +---- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss index 59f840d73f..7fd4d2cc32 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -257,18 +257,4 @@ div.v-app-loading { -webkit-overflow-scrolling: touch; } -/* Workaround for scrollbar issues in IE8+ */ -.v-ie { - .v-splitpanel-first-container.v-scrollable, - .v-splitpanel-second-container.v-scrollable, - .v-panel-content.v-scrollable, - .v-view.v-scrollable, - .v-tabsheet-tabsheetpanel > .v-scrollable, - .v-accordion-item-content.v-scrollable, - .v-gridlayout.v-layout, - .v-verticallayout.v-layout, - .v-horizontallayout.v-layout { - font-size: 0px; - } -} } \ No newline at end of file diff --git a/WebContent/VAADIN/themes/base/widget/widget.scss b/WebContent/VAADIN/themes/base/widget/widget.scss index 4717569545..a632e20d09 100644 --- a/WebContent/VAADIN/themes/base/widget/widget.scss +++ b/WebContent/VAADIN/themes/base/widget/widget.scss @@ -7,10 +7,7 @@ text-align: left; display: inline-block; white-space: normal; - - /* Workaround for scrollbar issues in IE8+ */ - vertical-align: bottom; - font-size: 12px; + vertical-align: top; } } \ No newline at end of file -- 2.39.5