8 lines
129 B
CSS
8 lines
129 B
CSS
|
.control {
|
||
|
opacity: 1;
|
||
|
position: fixed !important;
|
||
|
top: 0px;
|
||
|
margin-left: calc(100% - 150px) !important;
|
||
|
z-index: 1;
|
||
|
}
|