Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
b9d83c04
Unverified
Commit
b9d83c04
authored
Oct 13, 2023
by
crazywoola
Committed by
GitHub
Oct 13, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: modal z-index (#1337)
parent
298ad678
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.module.css
...ccount-setting/members-page/invite-modal/index.module.css
+1
-1
index.tsx
...eader/account-setting/members-page/invite-modal/index.tsx
+2
-2
index.tsx
...ader/account-setting/members-page/invited-modal/index.tsx
+1
-1
No files found.
web/app/components/header/account-setting/members-page/invite-modal/index.module.css
View file @
b9d83c04
web/app/components/header/account-setting/members-page/invite-modal/index.tsx
View file @
b9d83c04
...
@@ -62,8 +62,8 @@ const InviteModal = ({
...
@@ -62,8 +62,8 @@ const InviteModal = ({
},
[
role
,
emails
,
notify
,
onCancel
,
onSend
,
t
])
},
[
role
,
emails
,
notify
,
onCancel
,
onSend
,
t
])
return
(
return
(
<
div
className=
{
s
.
wrap
}
>
<
div
className=
{
cn
(
s
.
wrap
)
}
>
<
Modal
overflowVisible
isShow
onClose=
{
()
=>
{}
}
className=
{
s
.
modal
}
>
<
Modal
overflowVisible
isShow
onClose=
{
()
=>
{}
}
className=
{
cn
(
s
.
modal
)
}
wrapperClassName=
'z-20'
>
<
div
className=
'flex justify-between mb-2'
>
<
div
className=
'flex justify-between mb-2'
>
<
div
className=
'text-xl font-semibold text-gray-900'
>
{
t
(
'common.members.inviteTeamMember'
)
}
</
div
>
<
div
className=
'text-xl font-semibold text-gray-900'
>
{
t
(
'common.members.inviteTeamMember'
)
}
</
div
>
<
XMarkIcon
className=
'w-4 h-4 cursor-pointer'
onClick=
{
onCancel
}
/>
<
XMarkIcon
className=
'w-4 h-4 cursor-pointer'
onClick=
{
onCancel
}
/>
...
...
web/app/components/header/account-setting/members-page/invited-modal/index.tsx
View file @
b9d83c04
...
@@ -28,7 +28,7 @@ const InvitedModal = ({
...
@@ -28,7 +28,7 @@ const InvitedModal = ({
return
(
return
(
<
div
className=
{
s
.
wrap
}
>
<
div
className=
{
s
.
wrap
}
>
<
Modal
isShow
onClose=
{
()
=>
{}
}
className=
{
s
.
modal
}
>
<
Modal
isShow
onClose=
{
()
=>
{}
}
className=
{
s
.
modal
}
wrapperClassName=
'z-20'
>
<
div
className=
'flex justify-between mb-3'
>
<
div
className=
'flex justify-between mb-3'
>
<
div
className=
'
<
div
className=
'
w-12 h-12 flex items-center justify-center rounded-xl
w-12 h-12 flex items-center justify-center rounded-xl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment