From ebb393bfbdd90f2ae8810f15b6b8a86b3287fcb1 Mon Sep 17 00:00:00 2001 From: hanjiayuan236 Date: Thu, 4 May 2023 23:46:18 -0700 Subject: [PATCH] fix: fixed frontend hotstart issue and dreamview_sidebar overflow issue fix: adjusted the job count to 80% of the available processing units when building with Bazel fix: fixed frontend hotstart issue and dreamview_sidebar issue fix: fixed dreamview_sidebar issue Revert "fix: adjusted the job count to 80% of the available processing units when building with Bazel" This reverts commit 852cd49fbf036c91282973d1076da1e71b7c7f79. --- modules/dreamview/frontend/package.json | 1 + modules/dreamview/frontend/src/styles/main.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/dreamview/frontend/package.json b/modules/dreamview/frontend/package.json index 8bc3581b720..8f6b570c3a2 100644 --- a/modules/dreamview/frontend/package.json +++ b/modules/dreamview/frontend/package.json @@ -97,6 +97,7 @@ "webpack-dev-server": "^4.9.2", "worker-loader": "^3.0.8", "yaml-loader": "^0.8.0", + "yaml": "2.0.1", "favicons": "6.2.2" }, "resolutions": { diff --git a/modules/dreamview/frontend/src/styles/main.scss b/modules/dreamview/frontend/src/styles/main.scss index 6ce6e9b6280..05cdd615a40 100644 --- a/modules/dreamview/frontend/src/styles/main.scss +++ b/modules/dreamview/frontend/src/styles/main.scss @@ -518,6 +518,7 @@ body { overflow-x: hidden; overflow-y: auto; height: 89%; + padding-bottom: 40px; } }