Commit 21baea4
fix(layout): make mat-drawer-container fill remaining height after toolbar
Changed mat-drawer-container from height: 100% (overflows past toolbar)
to flex: 1 + overflow: hidden. Added mat-drawer-content flex column
styling so routed content fills the available space.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 881b113 commit 21baea4
2 files changed
Lines changed: 7 additions & 2 deletions
File tree
- eform-client/src/app/components/layouts/full-layout
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
0 commit comments