You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Activity
[-]md-sidenav should be `display: flex` by default.[/-][+]sidenav: should be `display: flex` by default[/+]Splaktar commentedon Apr 21, 2020
Here's a simple demo of this. It's true that we have the following behaviors:
display: flex
display: block
display: none
We should use
display: flex
for the Open state and not just default it todisplay: block
.display: flex
for sidenav by default #12083