abhranildas / artarium

Artarium Website
0 stars 1 forks source link

Left menu spills #106

Closed abhranildas closed 7 years ago

abhranildas commented 7 years ago

Left menu spills over the bottom. Can be fixed perhaps with max-height. Don't use absolute positioning with bottom: 0, because that removes dynamic height of menu upon expanding/collapsing.

abhranildas commented 7 years ago

Solved with setting max-height using calc(100%-npx)