From f75f47f2f275d03791677244e11646409099d41d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 29 Oct 2012 21:26:40 +0200 Subject: Revert accidentally pushed "Fix most IE scrollbar issues" This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530. --- WebContent/VAADIN/themes/base/common/common.scss | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'WebContent/VAADIN/themes/base/common/common.scss') 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 -- cgit v1.2.3