diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 9a1b24e..be56c00 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -9,7 +9,8 @@ html { scrollbar-width: none; /* Firefox */ } +html::-webkit-scrollbar, body::-webkit-scrollbar, -html::-webkit-scrollbar { +#__nuxt::-webkit-scrollbar { @apply hidden; } diff --git a/components/card/MarkdownRenderer.client.vue b/components/card/MarkdownRenderer.client.vue index 097f8c3..339a4db 100644 --- a/components/card/MarkdownRenderer.client.vue +++ b/components/card/MarkdownRenderer.client.vue @@ -13,7 +13,7 @@