Skip to content

Commit

Permalink
RC #291 - Fixing styles on FacetTimeline component
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Aug 14, 2024
1 parent 7b7f898 commit ab1dbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core-data/src/components/FacetTimeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const FacetTimeline = (props: Props) => {
type='button'
>
<h2
className='font-bold text-lg whitespace-nowrap line-clamp-1 text-ellipsis'
className='font-medium text-base whitespace-nowrap line-clamp-1 text-ellipsis'
>
{ event.name }
</h2>
Expand Down
4 changes: 2 additions & 2 deletions packages/core-data/src/styles/FacetTimeline.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
div[data-radix-popper-content-wrapper] {
z-index: 90 !important;
z-index: 30 !important;
}

div[data-radix-popper-content-wrapper]:hover {
z-index: 99 !important;
z-index: 31 !important;
}

0 comments on commit ab1dbdc

Please sign in to comment.