]> source.dussan.org Git - vaadin-framework.git/commitdiff
#8763 Removed overflow: auto from v-panel-content, v-accordion-item-content, and...
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 11 May 2012 14:04:26 +0000 (14:04 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 11 May 2012 14:04:26 +0000 (14:04 +0000)
svn changeset:23718/svn branch:6.8

WebContent/VAADIN/themes/base/accordion/accordion.css
WebContent/VAADIN/themes/base/common/common.css
WebContent/VAADIN/themes/base/panel/panel.css

index 10c205ae241f32ea5d4c55ea0d87b1c637a38e2b..ad762ee0ac94085d76a42d3635b962a711b81b52 100644 (file)
@@ -22,6 +22,5 @@
 }
 .v-accordion-item-content {
        position: absolute;
-       overflow: auto;
        width: 100%;
 }
\ No newline at end of file
index adf84ac3b74d5dbacea7efa0a0beb76d47024cf2..f0b0f8e7be0cfcc07bf7b834eb91a4a45ff487a5 100644 (file)
@@ -29,7 +29,6 @@ div.v-app-loading {
 .v-view {
        height: 100%;
        width: 100%;
-       overflow: auto;
        /* avoid scrollbars with margins in root layout */
        outline: none;
        margin-top: -1px;
index 126d3da91cf39c7e68fb5d571ac8e817687e776e..74d7b67a35251677048f10bf41b3842abbaa3f59 100644 (file)
@@ -29,7 +29,6 @@
        overflow: hidden;
 }
 .v-panel-content {
-       overflow: auto;
 }
 .v-panel-deco {
 }
\ No newline at end of file