diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-04 10:10:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-04 10:10:30 -0400 |
| commit | efdb0f0a04ceca49e1187ae1dda687b187b1e266 (patch) | |
| tree | a67edb1bec8f713caf9079add6b0291ab5773f7b /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 5afb1157ee888a46df3074ac1445966f514aa372 (diff) | |
mods to schema search layout
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 869be2b03..d47d41a1e 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -631,7 +631,7 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { style={{ overflow: this.props.overflow === true ? "auto" : undefined, pointerEvents: !this.props.active() && !SnappingManager.GetIsDragging() ? "none" : undefined, - width: this.props.PanelWidth() || "100%", height: this.props.PanelPosition === "absolute" ? this.props.PanelHeight() : this.props.PanelHeight() || "100%", top: this.props.PanelPosition === "absolute" ? 52 : 0, position: this.props.PanelPosition || "relative", + width: this.props.PanelWidth() || "100%", height: this.props.PanelHeight() || "100%", position: "relative", }} > <div className="collectionSchemaView-tableContainer" style={{ backgroundColor: "white", width: `calc(100% - ${this.previewWidth()}px)` }} |
