Skip to content

Commit

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

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 Nov 13, 2023
1 parent 18e7a01 commit b18ff5a
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 b18ff5a

Please sign in to comment.