Fixes scroll issues

This commit is contained in:
freearhey 2023-10-10 12:45:15 +03:00
parent 255087865a
commit 3b7ed3ef40
7 changed files with 25 additions and 8 deletions

View file

@ -19,5 +19,5 @@ module.exports = {
}
}
},
plugins: [require('@tailwindcss/line-clamp')]
plugins: [require('@tailwindcss/line-clamp'), require('tailwind-scrollbar-hide')]
}