diff client/src/application/Sidebar.vue @ 888:2e2ac0b88af9

client: hide menu button and box for print * Use bootstrap 4's class to hide the menu button and box from printing.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 01 Oct 2018 17:46:58 +0200
parents fb39ec3b95a8
children ca628dce90dd
line wrap: on
line diff
--- a/client/src/application/Sidebar.vue	Mon Oct 01 17:41:00 2018 +0200
+++ b/client/src/application/Sidebar.vue	Mon Oct 01 17:46:58 2018 +0200
@@ -44,7 +44,8 @@
         overlay: true,
         sidebarcollapsed: this.sidebarCollapsed,
         sidebarextended: !this.sidebarCollapsed,
-        shadow: true
+        shadow: true,
+        "d-print-none": true
       };
     }
   }