Commit 4fc78f3
committed
fix(ui): make raw config textarea scrollable in settings view
The config-main container used overflow:clip which prevented the raw
config textarea (min-height: 500px) from being reachable when the
viewport is smaller than the textarea height. Changed to overflow-y:auto
so the main content area scrolls when the raw config exceeds the
available viewport height.
Fixes #942021 parent 5556f19 commit 4fc78f3
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
| 176 | + | |
179 | 177 | | |
180 | 178 | | |
181 | 179 | | |
| |||
0 commit comments