diff --git a/src/browser.tsx b/src/browser.tsx index afebbf9..ca6ada0 100644 --- a/src/browser.tsx +++ b/src/browser.tsx @@ -235,7 +235,7 @@ export class EodagBrowser extends React.Component { render() { const { openDialog, features } = this.state; return ( -
+
Products search
diff --git a/style/base.css b/style/base.css index c64e41b..516a3a3 100644 --- a/style/base.css +++ b/style/base.css @@ -17,6 +17,9 @@ overflow: auto; padding: 5px; } +.jp-EodagWidget-products-search { + overflow: auto; +} .jp-EodagWidget-header-wrapper { display: flex; @@ -45,7 +48,6 @@ .jp-EodagWidget-wrapper { display: flex; - height: 100%; flex-direction: column; justify-content: space-between; }