Skip to content

Commit

Permalink
Merge pull request #4825 from naynyeinchan/docs/update-theming-unstyled
Browse files Browse the repository at this point in the history
Update docs for themeing unstyled
  • Loading branch information
tugcekucukoglu authored Nov 15, 2023
2 parents 87f5d64 + 684fab7 commit 08194e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/dialog/theming/TailwindDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down
2 changes: 1 addition & 1 deletion doc/image/theming/TailwindDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 08194e6

Please sign in to comment.