summaryrefslogtreecommitdiff
path: root/themes/blowfish/tailwind.config.js
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
commit58e2c9ae87f09dac79ecf962331ae2c51f4ba7f1 (patch)
treed819d1747427f81d1883a715ec60d13d575053e4 /themes/blowfish/tailwind.config.js
parentb1a7697b03cfb0143af78993387f758836e842bf (diff)
update the theme
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' })
],
};