diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | src/views/ViewInvoice.vue | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 2f5c216..523d4d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbills-web", - "version": "0.3.0", + "version": "0.3.1", "private": false, "scripts": { "dev": "vite", 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> |