X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/92b95f14a38a534f04d462d74792051ba6952638..f5127724c5ca39a59a08ba20f843e530b0650be9:/src/views-components/search-bar/search-bar-view.tsx diff --git a/src/views-components/search-bar/search-bar-view.tsx b/src/views-components/search-bar/search-bar-view.tsx index ebcacaf034..d096771217 100644 --- a/src/views-components/search-bar/search-bar-view.tsx +++ b/src/views-components/search-bar/search-bar-view.tsx @@ -21,7 +21,7 @@ import { SearchBarBasicView } from '~/views-components/search-bar/search-bar-bas import { SearchBarAdvancedView } from '~/views-components/search-bar/search-bar-advanced-view'; import { SearchBarAutocompleteView, SearchBarAutocompleteViewDataProps } from '~/views-components/search-bar/search-bar-autocomplete-view'; import { ArvadosTheme } from '~/common/custom-theme'; -import { SearchBarAdvanceFormData } from '~/store/search-bar/search-bar-actions'; +import { SearchBarAdvanceFormData } from '~/models/search-bar'; type CssRules = 'container' | 'containerSearchViewOpened' | 'input' | 'view'; @@ -44,7 +44,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => { view: { position: 'absolute', width: '100%', - zIndex: 10000 + zIndex: 1 } }; }; @@ -126,7 +126,7 @@ export const SearchBarView = withStyles(styles)( value={this.state.value} fullWidth={true} disableUnderline={true} - onClick={() => openSearchView()} + onClick={openSearchView} endAdornment={