10 lines
147 B
SCSS
10 lines
147 B
SCSS
|
#overlay {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
background-color: green;
|
||
|
height: 30px;
|
||
|
margin: 10px;
|
||
|
z-index: 2;
|
||
|
}
|