Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/ArticleMenu/ArticleMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const ArticleMenu = ({
enterFrom="transform opacity-0 scale-75"
enterTo="transform opacity-100 scale-100"
>
<div className="bg-neutral-100 dark:bg-neutral-900 border-t border-neutral-700 fixed lg:w-20 lg:border-r lg:border-b bottom-0 w-full py-2 z-20 lg:top-1/2 lg:-translate-y-1/2 lg:h-56 lg:px-2">
<div className="bg-white dark:bg-neutral-900 border-t border-neutral-700 fixed lg:w-20 lg:border-r lg:border-b bottom-0 w-full py-2 z-20 lg:top-1/2 lg:-translate-y-1/2 lg:h-56 lg:px-2">
<div className="flex justify-evenly lg:flex-col h-full">
<div className="flex items-center lg:flex-col">
<button
Expand Down
1 change: 1 addition & 0 deletions components/ReportModal/ReportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const ReportModal = (props: Props) => {
open={isModalOpen}
onClose={() => setIsModalOpen(false)}
initialFocus={textAreaRef}
className="relative z-50"
>
<div className="fixed inset-0 bg-gray-700/90" aria-hidden="true" />
<div className="fixed inset-0 flex w-screen items-center justify-center">
Expand Down