diff options
Diffstat (limited to 'src/views/ViewInvoice.vue')
-rw-r--r-- | src/views/ViewInvoice.vue | 3 |
1 files changed, 3 insertions, 0 deletions
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; + } } </style> |