cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 59 forks source link

Admin Layout #3457

Closed bhsmither closed 8 months ago

bhsmither commented 9 months ago

Very inconsequential:

Show the Dashboard. Collapse all of the Nav Menu headings. Reload the Dashboard.

Note that the Extensions block overflows the bottom edge of the main content area.

Switching to a different tab recalculates the min-height of that area.

Suggest the CSS rule:

#dashboard .extension-container {
    width: 1000px;
    display: inline-block;
}
abrookbanks commented 8 months ago

Excellent find. Thank you.