Skip to content

Commit

Permalink
Fix primefaces#4650 - Adding the "z-10" Tailwind class to the toolbar…
Browse files Browse the repository at this point in the history
… class

The issue has been addressed by adding the "z-10" Tailwind class to the toolbar class in order to position it over the image.
  • Loading branch information
naynyeinchan authored Oct 19, 2023
1 parent 759bd18 commit 1a86a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/passthrough/tailwind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ export default {
class: ['fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90']
},
toolbar: {
class: ['absolute top-0 right-0 flex', 'p-4']
class: ['absolute top-0 right-0 z-10 flex', 'p-4']
},
rotaterightbutton: {
class: [
Expand Down

0 comments on commit 1a86a1f

Please sign in to comment.