Commit 667045f
committed
MDL-89075 theme_boost: fix anchored drawer height collapse
Anchored drawers are content-sized, but .drawercontent declared
flex: 1 1 0. A definite zero flex base gives the drawer nothing to
derive its height from, so it collapsed to the header.
Override flex-basis to auto in the anchored block so the behaviour no
longer depends on minification.1 parent 8307b6d commit 667045f
3 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
327 | 333 | | |
328 | 334 | | |
329 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34757 | 34757 | | |
34758 | 34758 | | |
34759 | 34759 | | |
| 34760 | + | |
| 34761 | + | |
| 34762 | + | |
| 34763 | + | |
| 34764 | + | |
| 34765 | + | |
34760 | 34766 | | |
34761 | 34767 | | |
34762 | 34768 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32397 | 32397 | | |
32398 | 32398 | | |
32399 | 32399 | | |
| 32400 | + | |
| 32401 | + | |
| 32402 | + | |
| 32403 | + | |
| 32404 | + | |
| 32405 | + | |
32400 | 32406 | | |
32401 | 32407 | | |
32402 | 32408 | | |
| |||
0 commit comments