Fix #4650 - Adding the "z-10" Tailwind class to the toolbar class (#4651)

The issue has been addressed by adding the "z-10" Tailwind class to the toolbar class in order to position it over the image.
pull/4815/head
Nay Nyein Chan 2023-11-13 17:31:35 +06:30 committed by GitHub
parent 18e7a014d8
commit b18ff5a335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: [