Commit 8f8a1c3
committed
Eliminate all vertical scroll bars from graph view
- Add overflow-hidden to graph route wrapper in App.tsx
- Add overflow-hidden class to graph container component
- Force body and html overflow to hidden when graph component mounts
- Restore original overflow settings when component unmounts
- Ensure .graph-container CSS has overflow-hidden
- Multi-layered approach prevents scroll bars at all levels
- Reset layout button now always visible without scrolling
- UI properly resizes to match available screen space1 parent 1b5e8e6 commit 8f8a1c3
3 files changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
66 | 80 | | |
67 | 81 | | |
68 | 82 | | |
| |||
2180 | 2194 | | |
2181 | 2195 | | |
2182 | 2196 | | |
2183 | | - | |
| 2197 | + | |
2184 | 2198 | | |
2185 | 2199 | | |
2186 | 2200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments