Skip to content

Commit e0fc2eb

Browse files
committed
fix: clear button being hide
1 parent e6a6c0d commit e0fc2eb

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/sections/homepage/Homepage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { Metrics } from './metrics/Metrics'
1414
import { Usage } from './usage/Usage'
1515
import styles from './Homepage.module.scss'
1616

17-
// TODO:ME - Fetch the search services and show them in the list, possibly remove something from the list? Check slack discussion
1817
// const searchServicesMock = [
1918
// {
2019
// name: 'postExternalSearch',

src/sections/homepage/search-input/SearchDropdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { SearchService } from '@/search/domain/models/SearchService'
66
import { SOLR_SERVICE_NAME } from './SearchInput'
77
import styles from './SearchInput.module.scss'
88

9-
// TODO:ME - Add z-index to clear button to avoid it being hidden
109
// TODO:ME - Don't use react-boostrap, move to dataverse-design-system and first check a11ty
1110
// TODO:ME - Persistir hover focus style de boton mientras el dropdown está abierto
1211

src/sections/homepage/search-input/SearchInput.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
.clear-btn {
5555
position: absolute;
5656
right: 0;
57+
z-index: 2;
5758
margin-right: 1rem;
5859
}
5960

0 commit comments

Comments
 (0)