Skip to content

Commit 0b90abd

Browse files
authored
chore(website): small fixes (#4203)
1 parent 357f378 commit 0b90abd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/paste-website/src/components/site-search/SearchForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const SearchForm: React.FC<React.PropsWithChildren<SearchFormProps>> = ({
6262
onChange={onChange}
6363
data-cy="paste-docsearch-input"
6464
ref={inputRef}
65+
autoComplete="off"
6566
/>
6667
</FormControl>
6768
</FormSection>

packages/paste-website/src/components/tokens-list/TokensListFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const TokensListFilter: React.FC<React.PropsWithChildren<TokensListFilter
4646
<Box
4747
marginBottom="space80"
4848
position="sticky"
49-
top={`${SITE_TOPBAR_HEIGHT}px`}
49+
top={`${SITE_TOPBAR_HEIGHT - 1}px`}
5050
zIndex="zIndex10"
5151
marginX="spaceNegative40"
5252
css={{

0 commit comments

Comments
 (0)