Merge branch '14603-clone-search-input'
[arvados-workbench2.git] / src / views-components / search-bar / search-bar-advanced-view.tsx
index 05bdb9706301daa2f7f2f94c95fa80cdb7db73d1..b001cb3eb1f1920e0b08ec1f50ff95e4e9aea1fb 100644 (file)
@@ -27,7 +27,8 @@ type CssRules = 'container' | 'closeIcon' | 'label' | 'buttonWrapper'
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     container: {
         padding: theme.spacing.unit * 2,
-        borderBottom: `1px solid ${theme.palette.grey["200"]}`
+        borderBottom: `1px solid ${theme.palette.grey["200"]}`,
+        position: 'relative',
     },
     closeIcon: {
         position: 'absolute',