diff --git a/compose-dev.yaml b/compose-dev.yaml index 57d5928f..0c992f50 100644 --- a/compose-dev.yaml +++ b/compose-dev.yaml @@ -3,11 +3,11 @@ services: pepm-ui: image: pepm-ui:dev build: - target: development + target: local context: . volumes: - ./src:/code/src env_file: - - .env.development.local + - .env.local ports: - 3000:3000 diff --git a/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.styled.ts b/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.styled.ts index 26ebc4ff..cb239588 100644 --- a/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.styled.ts +++ b/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.styled.ts @@ -7,6 +7,8 @@ export const Table = styled.div` padding-bottom: ${spacings.MEDIUM}; > div { + overflow-y: hidden; + > table { min-width: 1150px; } diff --git a/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.tsx b/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.tsx index 70e5701a..23e986ec 100644 --- a/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.tsx +++ b/src/features/Results/CaseResult/CaseResultView/VariogramCaseResult/VariogramResultTable/VariogramResultTable.tsx @@ -81,6 +81,7 @@ export const VariogramResultTable = ({