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
parent
18e7a014d8
commit
b18ff5a335
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue