update docs theming unstyled for dialog and image
parent
e474d11e9d
commit
684fab77ec
|
@ -21,7 +21,7 @@ export default {
|
|||
root: ({ state }) => ({
|
||||
class: [
|
||||
'rounded-lg shadow-lg border-0',
|
||||
'max-h-90 transform scale-100',
|
||||
'max-h-[90%] transform scale-100',
|
||||
'm-0 w-[50vw]',
|
||||
'dark:border dark:border-blue-900/40',
|
||||
{
|
||||
|
|
|
@ -30,7 +30,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