fix(drawer): enable scroll on map drawer

This commit is contained in:
Berkeley Martinez
2016-06-23 09:28:38 -07:00
parent 2805835de5
commit 8a901846ec

View File

@ -46,6 +46,10 @@
} }
} }
.drawer-content {
overflow-y: auto;
}
.drawer-action-bar { .drawer-action-bar {
position: absolute; position: absolute;
top: 0; top: 0;