diff --git a/index.html b/index.html index 464d945..65550e6 100644 --- a/index.html +++ b/index.html @@ -85,19 +85,7 @@ } #surveydatapanel { - width: 900px; - position: absolute; - top: 80px; - left: 250px; - text-align: left; - z-index: 100; - color: azure; - background-color: rgb(85, 130, 110); - background: rgb(85, 130, 110); - } - - #surveydatapanel { - width: 900px; + width: 700px; position: absolute; top: 80px; left: 250px; diff --git a/js/surveyeditor.js b/js/surveyeditor.js index ad0fd90..0674d49 100644 --- a/js/surveyeditor.js +++ b/js/surveyeditor.js @@ -171,7 +171,7 @@ export class SurveyEditor { this.table = new Tabulator("#surveydata", { height: 215, data: this.#getTableData(shots, orphanShotIds, attributes), - layout: "fitDataTable", + layout: "fitDataStretch", validationMode: "highlight", rowHeader: { formatter: "rownum", headerSort: false, hozAlign: "center", resizable: false, frozen: true }, rowFormatter: function (row) {