Fixed #4404 - Sidebar: error in Unstyled Tailwind docs

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-08 10:49:27 +03:00
parent fd51e4226e
commit 95c9f66198

View file

@ -68,7 +68,7 @@ export default {
: props.position === 'right'
? {
enterFromClass: 'translate-x-full translate-y-0 translate-z-0',
leaveToClass: 'opacity-0 scale-75 translate-x-full translate-y-0 translate-z-0'
leaveToClass: 'translate-x-full translate-y-0 translate-z-0'
}
: {
enterFromClass: 'opacity-0',