diff --git a/dashboard/src/components/entity-result.tsx b/dashboard/src/components/entity-result.tsx index 5972385285..6b53ec5255 100644 --- a/dashboard/src/components/entity-result.tsx +++ b/dashboard/src/components/entity-result.tsx @@ -184,7 +184,6 @@ export default ({ css` display: flex; flex-direction: column; - max-height: calc(100vh - 2rem); ` )} > diff --git a/dashboard/src/components/logs.tsx b/dashboard/src/components/logs.tsx index b6ecb85e4a..c57a52ad77 100644 --- a/dashboard/src/components/logs.tsx +++ b/dashboard/src/components/logs.tsx @@ -109,7 +109,7 @@ class Logs extends Component { const filteredLogs = value === "all" ? flatten(Object.values(logs)) : logs[value] return ( -
+
import("./overview")) const RouteWrapper = styled.div` display: flex; flex-direction: row; - flex-grow: 1; + align-content: flex-start; width: 100%; - overflow-y: hidden; + height: calc(100vh - ${menuHeight}); + overflow-y: auto; ` const MenuWrapper = styled.div`