8 lines
129 B
CSS
8 lines
129 B
CSS
#settings {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: white;
|
|
user-select: auto;
|
|
z-index: 999;
|
|
} |