| commit | 8cadbc764ad65ea0ed6e691cfa6fa2e23541e8a9 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Fri May 16 07:51:02 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Fri May 16 09:28:06 2025 +0000 |
| tree | c1964a70a1a56e1662c5ccbc2dfcc7332bb5dce6 | |
| parent | 29050d6e9998c2c3aa3954684e66d4c07c8a8a03 [diff] [blame] |
Canvas: Fix messages and details scrolling issues Change-Id: Id7831f65b7e692c611228d5937412500c3beae21
diff --git a/apps/canvas/front/src/App.css b/apps/canvas/front/src/App.css index 31745d5..4444564 100644 --- a/apps/canvas/front/src/App.css +++ b/apps/canvas/front/src/App.css
@@ -5,3 +5,7 @@ .react-flow__handle.valid { background: #55dd99; } + +body { + overflow: hidden; +} \ No newline at end of file