devextreme-react-template
devextreme-react-template copied to clipboard
Fixed height issue for `side-nav-outer-toolbar`.
.side-nav-outer-toolbar was not stretching to the height of its children, adding overflow: auto fixed it. Notice the whitespace at the bottom of the "before" image.
Before:

After:

@RomanTsukanov , just following up on this PR.