mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4404 - Sidebar: error in Unstyled Tailwind docs
This commit is contained in:
parent
fd51e4226e
commit
95c9f66198
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue