hide scrollbar beneath the sketch list layer (#209)

* no scroll in overlay

* delete extra images
This commit is contained in:
Yining Shi 2016-11-23 16:44:46 -05:00 committed by Cassie Tarakajian
parent 1a9a6f8d84
commit ce402c413f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
bottom: 0;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.1);
overflow-y: hidden;
}
.overlay-content {