Skip to content

Commit

Permalink
chore(website): small fixes (#4203)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrantz authored Jan 8, 2025
1 parent 357f378 commit 0b90abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const SearchForm: React.FC<React.PropsWithChildren<SearchFormProps>> = ({
onChange={onChange}
data-cy="paste-docsearch-input"
ref={inputRef}
autoComplete="off"
/>
</FormControl>
</FormSection>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const TokensListFilter: React.FC<React.PropsWithChildren<TokensListFilter
<Box
marginBottom="space80"
position="sticky"
top={`${SITE_TOPBAR_HEIGHT}px`}
top={`${SITE_TOPBAR_HEIGHT - 1}px`}
zIndex="zIndex10"
marginX="spaceNegative40"
css={{
Expand Down

0 comments on commit 0b90abd

Please sign in to comment.