Fixed #4404 - Sidebar: error in Unstyled Tailwind docs

pull/4414/head
Tuğçe Küçükoğlu 2023-09-08 10:49:27 +03:00
parent fd51e4226e
commit 95c9f66198
1 changed files with 1 additions and 1 deletions

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',