update docs theming unstyled for dialog and image

pull/4825/head
Nay Nyein Chan 2023-11-15 19:17:48 +06:30
parent e474d11e9d
commit 684fab77ec
2 changed files with 2 additions and 2 deletions

View File

@ -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',
{

View File

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