From 06a157b8cd0bcd0bba0f6a7f81693c3cfa27d74d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 7 Dec 2023 05:06:52 +0530 Subject: hiding scrollbars while printing --- src/views/ViewInvoice.vue | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/views/ViewInvoice.vue') diff --git a/src/views/ViewInvoice.vue b/src/views/ViewInvoice.vue index c2a6558..5cc04b8 100644 --- a/src/views/ViewInvoice.vue +++ b/src/views/ViewInvoice.vue @@ -68,5 +68,8 @@ onMounted(() => { #sidebar, #navbar, #print-button, .btn { display: none !important; } + ::-webkit-scrollbar { + display: none; + } } -- cgit v1.2.3