Commit f4f9499
committed
fix(frontend): stop the antd splitter panels from owning a scrollbar
antd styles every Splitter panel with overflow:auto. A transient overflow
while the config sections load left Chrome's thin panel scrollbar stuck
on screen with a full-height thumb, next to the panel's real overlay
scrollbar. The sections inside own all scrolling, so the panels are
clipped instead.1 parent 6f0d0f0 commit f4f9499
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
372 | 374 | | |
373 | 375 | | |
374 | 376 | | |
| |||
450 | 452 | | |
451 | 453 | | |
452 | 454 | | |
| 455 | + | |
| 456 | + | |
453 | 457 | | |
454 | 458 | | |
455 | 459 | | |
| |||
0 commit comments