summaryrefslogtreecommitdiff
path: root/themes/blowfish/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/tailwind.config.js')
-rw-r--r--themes/blowfish/tailwind.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/blowfish/tailwind.config.js b/themes/blowfish/tailwind.config.js
index 114f1e7..bd811f7 100644
--- a/themes/blowfish/tailwind.config.js
+++ b/themes/blowfish/tailwind.config.js
@@ -176,6 +176,7 @@ module.exports = {
},
plugins: [
require("@tailwindcss/typography"),
- require('@tailwindcss/forms')
+ require('@tailwindcss/forms'),
+ require('tailwind-scrollbar')({ preferredStrategy: 'pseudoelements' })
],
};