Skip to content

Commit

Permalink
fix(extension): remove red scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
VanishMax committed Jun 17, 2024
1 parent c37f592 commit 419423d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/extension/src/routes/popup/approval/origin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const OriginApproval = () => {
)}
</div>
</div>
<div className='z-30 flex min-h-11 w-full items-center overflow-x-scroll rounded-lg bg-background p-2 text-muted-foreground [scrollbar-color:red_red]'>
<div className='z-30 flex min-h-11 w-full items-center overflow-x-auto rounded-lg bg-background p-2 text-muted-foreground'>
<div className='mx-auto items-center p-2 text-center leading-[0.8em]'>
<DisplayOriginURL url={new URL(requestOrigin)} />
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const DisplayOriginURL = ({ url: { protocol, hostname, port } }: { url: URL }) => (
<span className='font-mono'>
<span className='whitespace-nowrap font-mono'>
<span className='inline-block tracking-[-0.11em] brightness-90 saturate-50'>
{protocol.split(':')[0]}
<span className='tracking-[-0.21em]'>{':/'}</span>
Expand Down

0 comments on commit 419423d

Please sign in to comment.