]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reverted previously fixed scrollbars since it does not work with components requiring... 99/99/1
authorJohn Ahlroos <john@vaadin.com>
Wed, 10 Oct 2012 05:36:07 +0000 (08:36 +0300)
committerJohn Ahlroos <john@vaadin.com>
Wed, 10 Oct 2012 05:36:07 +0000 (08:36 +0300)
Change-Id: Iec43c1e4926b51724c93c93d1f4500e0fcf8759e

WebContent/VAADIN/themes/base/accordion/accordion.scss
WebContent/VAADIN/themes/base/splitpanel/splitpanel.scss
WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss

index 694f5ca930a4579e7054bf02b6dbf190c2e39310..6f4825f16b72ae0ef0b1dc86b4cf66000fc9a1c5 100644 (file)
        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
index b29f596e36c1fcd1d47fc10ac2bcc3284337cfd4..f9731cf83c114cf8afc8a286266e0c2f0074078c 100644 (file)
 .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
index 6fcb3d1705fc327608f99844482945867f5f59b7..a001605f278a01d7ab898787df1d4b0bb3137612 100644 (file)
        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