Skip to content

Commit 20cbc5f

Browse files
committed
changed layer window position
1 parent 49a0123 commit 20cbc5f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/components/Layers/Layers.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
.layers{
2-
background-color: black;
3-
width: 30%;
4-
height: 40%;
5-
opacity: 0.7;
6-
}
1+
.layers {
2+
background-color: #888;
3+
width: 300px;
4+
height: 400px;
5+
z-index: 9999;
6+
bottom: 17px;
7+
left: 17px;
8+
}

0 commit comments

Comments
 (0)