]> source.dussan.org Git - vaadin-framework.git/commitdiff
Revert accidentally pushed "Fix most IE scrollbar issues"
authorArtur Signell <artur@vaadin.com>
Mon, 29 Oct 2012 19:26:40 +0000 (21:26 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 29 Oct 2012 19:26:40 +0000 (21:26 +0200)
This reverts commit ddad359eab5c72ad2afc5778cc84d1f09ee5b530.

WebContent/VAADIN/themes/base/common/common.scss
WebContent/VAADIN/themes/base/widget/widget.scss

index 59f840d73f0ef64cbc1bd059d16fd4796fa2fae2..7fd4d2cc3291fe76e0a2a29e5c3ff96ecd527a55 100644 (file)
@@ -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
index 471756954522576b4b524a2772927927e7682d95..a632e20d092f6d154931c6d2fe76dec609349463 100644 (file)
@@ -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