]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disabled @media print {} to avoid invalid CSS, see #10336 56/356/1
authorMarc Englund <marc@vaadin.com>
Fri, 23 Nov 2012 09:34:09 +0000 (11:34 +0200)
committerMarc Englund <marc@vaadin.com>
Fri, 23 Nov 2012 09:34:09 +0000 (11:34 +0200)
Change-Id: I258b786d43bb26af564f911f6aa0d655d835ca97

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

index 27a8f56a48ba6426e2bb80942078b619c0467c4a..7ff519a0d595cbbd1e8c9104373697350fcb77a4 100644 (file)
@@ -44,6 +44,7 @@ body &.v-app-loading {
  * Try to handle printing somehow. Reasonable printing support 
  * needs application specific planning and CSS tuning.
  */
+ /* Disabled for now, see #10336
 @media print {
        .v-generated-body {
                height: auto;
@@ -61,6 +62,8 @@ body &.v-app-loading {
                overflow: visible !important;
        }
 }
+*/
+
 .v-ui:active,
 .v-ui:focus {
        outline: none;