Skip to content

Commit

Permalink
fix: fix skip link go to content in site search page
Browse files Browse the repository at this point in the history
  • Loading branch information
deodorhunter committed Feb 5, 2024
1 parent b6ff543 commit 2a9e501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
- ...
-->

# Versione X.X.X (dd/mm/yyyy)

### Fix

- [ Accessibilità ] Sistemato lo skiplink "Vai al contenuto" nella pagina principale di ricerca del sito

## Versione 7.24.2 (11/01/2024)

### Migliorie
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/Search/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ const Search = () => {
<>
<Helmet title={intl.formatMessage(messages.searchResults)} />

<div className="public-ui">
<div className="public-ui" id="view">
<Container className="px-4 my-4">
<Row>
<Col>
Expand Down

0 comments on commit 2a9e501

Please sign in to comment.