Removes scrollbar when not needed (#892)

This commit is contained in:
Nimish Agrawal 2019-03-15 22:30:29 +05:30 committed by Cassie Tarakajian
parent 542512f720
commit f8ee62a1b5

View file

@ -46,7 +46,7 @@
.sidebar__root-item {
position: relative;
overflow-y: scroll;
overflow-y: auto;
flex: 1 1 auto;
}