From: John Ahlroos Date: Wed, 10 Oct 2012 05:36:07 +0000 (+0300) Subject: Reverted previously fixed scrollbars since it does not work with components requiring... X-Git-Tag: 7.0.0.beta6~65 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F99%2F1;p=vaadin-framework.git Reverted previously fixed scrollbars since it does not work with components requiring inline-block #9552 #9572 Change-Id: Iec43c1e4926b51724c93c93d1f4500e0fcf8759e --- diff --git a/WebContent/VAADIN/themes/base/accordion/accordion.scss b/WebContent/VAADIN/themes/base/accordion/accordion.scss index 694f5ca930..6f4825f16b 100644 --- a/WebContent/VAADIN/themes/base/accordion/accordion.scss +++ b/WebContent/VAADIN/themes/base/accordion/accordion.scss @@ -27,14 +27,4 @@ width: 100%; } -/* - * In IE8 and IE9 we need to do magic things to avoid scrollbars since it does not completely - * support the HTML5 doctype. Changing the contained element to a block element will not add - * magical bottom paddings to the contained element and cause scrollbars. Doing this for - * all browsers for consistency. - */ -.v-accordion .v-accordion-item-content > .v-widget { - display: block; -} - } \ No newline at end of file diff --git a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.scss b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.scss index b29f596e36..f9731cf83c 100644 --- a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.scss +++ b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.scss @@ -31,16 +31,4 @@ .v-disabled .#{$name}-vsplitter div { cursor: default; } - -/* - * In IE8 and IE9 we need to do magic things to avoid scrollbars since it does not completely - * support the HTML5 doctype. Changing the contained element to a block element will not add - * magical bottom paddings to the contained element and cause scrollbars. Doing this for all - * browsers for consistency. - */ -.v-splitpanel-first-container > .v-widget, -.v-splitpanel-second-container > .v-widget{ - display:block; -} - } \ No newline at end of file diff --git a/WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss b/WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss index 6fcb3d1705..a001605f27 100644 --- a/WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss +++ b/WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss @@ -125,16 +125,4 @@ height: 0; } -/* - * In IE8 and IE9 we need to do magic things to avoid scrollbars since it does not completely - * support the HTML5 doctype. Changing the contained element to a block element will not add - * magical bottom paddings to the contained element and cause scrollbars. Doing this for - * all browsers for consistency. - */ -.#{$name} .v-scrollable > .v-widget { - display: block; -} - - - } \ No newline at end of file