]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix Firefox and Vaadin 7 scroll distance (#11353)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Fri, 17 Jan 2014 08:06:09 +0000 (10:06 +0200)
committerJohannes Dahlström <johannesd@vaadin.com>
Mon, 20 Jan 2014 11:54:32 +0000 (11:54 +0000)
Change-Id: I01be5ddfe0e266e4cb5b7e9872adaeaf0f745a84

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

index 07e244a76f55b6a08d18dcfe5da57f37e3ffd9d2..5cae1b26ce0a9b5785057e0bade34a4fb14f5350 100644 (file)
@@ -227,6 +227,10 @@ input::-ms-clear {
        font-size: 0;
        line-height: normal;
 }
+/* Set font-size in order to make Firefox scrolling better #11353 */
+.v-ff & .v-scrollable {
+       font-size: $font-size;
+}
 .v-ios.v-webkit & .v-scrollable {
        -webkit-overflow-scrolling: touch; 
 }