🐛 fix(tailwind.config.js): change height value from 100 to '100vh' to ensure full viewport height for slideDown animation
This commit is contained in:
parent
de519d81a4
commit
eaa4f1343a
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ module.exports = {
|
|||
keyframes: {
|
||||
slideDown: {
|
||||
from: { height: 0 },
|
||||
to: { height: 100 },
|
||||
to: { height: '100vh' },
|
||||
},
|
||||
slideUp: {
|
||||
from: { height: "var(--radix-accordion-content-height)" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue