Commit 0e217bc
committed
[FIX] spreadsheet: chart side panel content should use full height
Before this commit:
- Chart side panel content height matched only its inner content
- This caused inner components to overflow and show awkward scrollbars
After this commit:
- Set panel content to h-100 to take the full available height.
- Ensures proper layout and avoids unnecessary scroll behavior
closes #8328
Task: 6080680
X-original-commit: 3dd022c
Signed-off-by: Adrien Minne (adrm) <adrm@odoo.com>
Signed-off-by: Ronakkumar Mukeshbhai Bharadiya (rmbh) <rmbh@odoo.com>1 parent a9e3ba0 commit 0e217bc
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments