Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
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
Vũ Hoàng Anh
canifa_note
Commits
956f2183
Commit
956f2183
authored
Jul 17, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix popover z-index
parent
878fea5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TagsSection.tsx
web/src/components/HomeSidebar/TagsSection.tsx
+1
-1
Popover.tsx
web/src/components/ui/Popover.tsx
+1
-1
No files found.
web/src/components/HomeSidebar/TagsSection.tsx
View file @
956f2183
...
@@ -12,7 +12,7 @@ import { useTranslate } from "@/utils/i18n";
...
@@ -12,7 +12,7 @@ import { useTranslate } from "@/utils/i18n";
import
Icon
from
"../Icon"
;
import
Icon
from
"../Icon"
;
import
showRenameTagDialog
from
"../RenameTagDialog"
;
import
showRenameTagDialog
from
"../RenameTagDialog"
;
import
TagTree
from
"../TagTree"
;
import
TagTree
from
"../TagTree"
;
import
{
Popover
,
PopoverContent
,
PopoverTrigger
}
from
"../ui/
p
opover"
;
import
{
Popover
,
PopoverContent
,
PopoverTrigger
}
from
"../ui/
P
opover"
;
interface
Props
{
interface
Props
{
readonly
?:
boolean
;
readonly
?:
boolean
;
...
...
web/src/components/ui/
p
opover.tsx
→
web/src/components/ui/
P
opover.tsx
View file @
956f2183
...
@@ -17,7 +17,7 @@ const PopoverContent = React.forwardRef<
...
@@ -17,7 +17,7 @@ const PopoverContent = React.forwardRef<
align=
{
align
}
align=
{
align
}
sideOffset=
{
sideOffset
}
sideOffset=
{
sideOffset
}
className=
{
clsx
(
className=
{
clsx
(
"z-
50
w-auto rounded-md border dark:border-zinc-800 bg-popover p-2 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2"
,
"z-
[2000]
w-auto rounded-md border dark:border-zinc-800 bg-popover p-2 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2"
,
className
,
className
,
)
}
)
}
{
...
props
}
{
...
props
}
...
...
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