Skip to content

Commit

Permalink
style: add scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
PUECH Fabien committed Feb 28, 2024
1 parent d2f547f commit bb21c19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export class EodagBrowser extends React.Component<IProps, IState> {
render() {
const { openDialog, features } = this.state;
return (
<div>
<div className="jp-EodagWidget-products-search">
<div className="jp-EodagWidget-header-wrapper">
<header className="jp-EodagWidget-header">Products search</header>
<div className="jp-EodagWidget-settings-wrapper">
Expand Down
4 changes: 3 additions & 1 deletion style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
overflow: auto;
padding: 5px;
}
.jp-EodagWidget-products-search {
overflow: auto;
}

.jp-EodagWidget-header-wrapper {
display: flex;
Expand Down Expand Up @@ -45,7 +48,6 @@

.jp-EodagWidget-wrapper {
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
Expand Down

0 comments on commit bb21c19

Please sign in to comment.