Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed Sep 30, 2024
1 parent 5b092be commit 4e092f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/reader/components/ReaderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ const AnnotationList: React.FC<{ annotationUUIDFocused: string, resetAnnotationU
</button>
</Popover.Trigger>
<Popover.Portal>
<Popover.Content collisionBoundary={document.getElementById('settings_content')} avoidCollisions alignOffset={-10} align="end" hideWhenDetached sideOffset={5} className={stylesAnnotations.annotations_sorting_container} style={{ maxHeight: Math.round(window.innerHeight / 2)}}>
<Popover.Content collisionBoundary={document.getElementById("settings_content")} avoidCollisions alignOffset={-10} align="end" hideWhenDetached sideOffset={5} className={stylesAnnotations.annotations_sorting_container} style={{ maxHeight: Math.round(window.innerHeight / 2)}}>
<Popover.Arrow className={stylesDropDown.PopoverArrow} aria-hidden style={{ fill: "var(--color-extralight-grey)" }} />
<ListBox
selectedKeys={sortType}
Expand Down Expand Up @@ -920,7 +920,7 @@ const AnnotationList: React.FC<{ annotationUUIDFocused: string, resetAnnotationU
</button>
</Popover.Trigger>
<Popover.Portal>
<Popover.Content collisionBoundary={document.getElementById('settings_content')} avoidCollisions alignOffset={-10} align="end" hideWhenDetached sideOffset={5} className={stylesAnnotations.annotations_filter_container} style={{ maxHeight: Math.round(window.innerHeight / 2) }}>
<Popover.Content collisionBoundary={document.getElementById("settings_content")} avoidCollisions alignOffset={-10} align="end" hideWhenDetached sideOffset={5} className={stylesAnnotations.annotations_filter_container} style={{ maxHeight: Math.round(window.innerHeight / 2) }}>
<Popover.Arrow className={stylesDropDown.PopoverArrow} aria-hidden style={{ fill: "var(--color-extralight-grey)" }} />
<TagGroup
selectionMode="multiple"
Expand Down

0 comments on commit 4e092f9

Please sign in to comment.