Commit 8c40b16
fix: close scroll container before response panel (was missing closing div)
The response panel was incorrectly nested inside the scroll container,
causing it to scroll with content and leaving blank space on short tabs
(Scheduled, Profile Settings). Added missing </div> to seal the scroll
container, making the response panel a proper sticky footer.
Also: added id="content-scroll" for reliable scroll-reset targeting,
and updated selector from main > .border-t to main > div.border-t.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 55daed3 commit 8c40b16
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
1098 | 1098 | | |
1099 | 1099 | | |
1100 | 1100 | | |
| 1101 | + | |
| 1102 | + | |
1101 | 1103 | | |
1102 | 1104 | | |
1103 | 1105 | | |
| |||
1747 | 1749 | | |
1748 | 1750 | | |
1749 | 1751 | | |
1750 | | - | |
| 1752 | + | |
1751 | 1753 | | |
1752 | 1754 | | |
1753 | 1755 | | |
1754 | | - | |
| 1756 | + | |
1755 | 1757 | | |
1756 | 1758 | | |
1757 | 1759 | | |
| |||
0 commit comments