Skip to content

Commit

Permalink
Srollbar update
Browse files Browse the repository at this point in the history
  • Loading branch information
matherg committed Oct 24, 2024
1 parent 6c7d822 commit 37c6471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MapConnectPortal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export const MapConnectPortal = (props: ConnectPortalProps) => {
<div className="fixed inset-0" aria-hidden="true">
<div className="fixed inset-0 mt-20 flex items-start justify-end pt-4">
<Dialog.Panel>
<div className="relative mt-10 w-96 ">
<div className="relative mt-10 w-96 ">
<div
tabIndex={0}
className="scrollbar-thumb-rounded-full scrollbar-track-rounded-full max-h-[calc(100vh-8rem)] w-96 overflow-y-scroll scrollbar scrollbar-track-transparent scrollbar-thumb-northeastern-red"
className="mr-3 max-h-[calc(100vh-8rem)] overflow-y-scroll scrollbar scrollbar-track-transparent scrollbar-thumb-northeastern-red scrollbar-track-rounded-full scrollbar-thumb-rounded-full"
style={{
maskImage:
"linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%)",
Expand Down

0 comments on commit 37c6471

Please sign in to comment.