Gray out passed days, scroll to current day by disabling history restoration in History API

This commit is contained in:
VityaSchel
2023-10-03 18:05:38 +04:00
parent a756e4ee13
commit 256153f7c3
7 changed files with 52 additions and 5 deletions

View File

@@ -70,6 +70,9 @@ module.exports = {
'accordion-down': 'accordion-down 0.2s ease-out',
'accordion-up': 'accordion-up 0.2s ease-out',
},
boxShadow: {
'header': '0 0.5rem 10px 0 hsl(var(--background))'
},
},
},
plugins: [require('tailwindcss-animate'), require('tailwind-scrollbar-hide')],