Removed overlay scroll in favor of traditional scroll

This commit is contained in:
Roman Cervantes 2019-04-26 11:50:40 -07:00
parent f54a406744
commit 7b467f1aa8

View file

@ -283,7 +283,6 @@ export default {
max-height: calc(100vh - 154px);
min-height: 80px;
overflow-y: auto;
overflow-y: overlay;
margin-top: $list-header-height;
padding: 0 $gp / 2;
width: 100%;