Closed abhranildas closed 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.
max-height
bottom: 0
Solved with setting max-height using calc(100%-npx)
calc(100%-npx)
Left menu spills over the bottom. Can be fixed perhaps with
max-height
. Don't use absolute positioning withbottom: 0
, because that removes dynamic height of menu upon expanding/collapsing.