8 lines
92 B
CSS
8 lines
92 B
CSS
|
|
||
|
.append_test {
|
||
|
position: absolute;
|
||
|
top: 50px;
|
||
|
right:100px;
|
||
|
z-index: 999;
|
||
|
}
|