hide scrollbar beneath the sketch list layer (#209)
* no scroll in overlay * delete extra images
This commit is contained in:
parent
1a9a6f8d84
commit
ce402c413f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay-content {
|
.overlay-content {
|
||||||
|
|
Loading…
Reference in a new issue