From 1c8ca4a9da661d9eb27bda889be44b3948d6437f Mon Sep 17 00:00:00 2001 From: Olmo del Corral Cano Date: Thu, 26 Sep 2019 15:19:20 +0200 Subject: [PATCH] fix overflowY --- .../SearchControl/SearchControlLoaded.tsx | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Signum.React/Scripts/SearchControl/SearchControlLoaded.tsx b/Signum.React/Scripts/SearchControl/SearchControlLoaded.tsx index 56c05b5fa9..8ce81fe403 100644 --- a/Signum.React/Scripts/SearchControl/SearchControlLoaded.tsx +++ b/Signum.React/Scripts/SearchControl/SearchControlLoaded.tsx @@ -373,7 +373,7 @@ export default class SearchControlLoaded extends React.Component { - this.containerDiv!.style.overflowY = null; + this.containerDiv!.style.overflowY = ""; }, 10); } @@ -401,19 +401,19 @@ export default class SearchControlLoaded extends React.Component { - this.state.showFilters ? : - sfb ?
{sfb}
: - + this.state.showFilters ? : + sfb ?
{sfb}
: + @@ -585,7 +585,7 @@ export default class SearchControlLoaded extends React.Component {SearchMessage.Create.niceToString()} }, - + ...(this.props.extraButtons ? this.props.extraButtons(this) : []), ...leftButtonBarElements ] as (ButtonBarElement | null | false | undefined)[]) @@ -702,7 +702,7 @@ export default class SearchControlLoaded extends React.Component a.entity!); } @@ -713,7 +713,7 @@ export default class SearchControlLoaded extends React.Component SearchControlLoaded.getGroupFilters(row, resFO)); @@ -857,13 +857,13 @@ export default class SearchControlLoaded extends React.Component this.handleHeightChanged()); } - + renderContextualMenu() { const cm = this.state.contextualMenu!; const p = this.props; - + var fo = this.state.resultFindOptions; function isColumnFilterable(columnIndex: number) { var token = fo && fo.columnOptions[columnIndex].token;