use IntersectionObserver to show scrolling
Deploy app frontend / app frontend (push) Successful in 1m57s
Deploy db-migrations / db-migrations (push) Successful in 58s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m26s
Deploy service tg-bot / service tg-bot (push) Successful in 1m27s

This commit is contained in:
2024-12-19 13:48:20 +02:00
parent 15861a8d59
commit 8d9baf8d7d
6 changed files with 69 additions and 27 deletions
+5 -1
View File
@@ -19,5 +19,9 @@ export default {
},
},
},
plugins: [tailwindScrollbar, tailwindcssPrimeUI, tailwindcssSafeArea],
plugins: [
tailwindScrollbar({ nocompatible: true, preferredStrategy: 'pseudoelements' }),
tailwindcssPrimeUI,
tailwindcssSafeArea,
],
}