Make buttons unselectable
This commit is contained in:
parent
c725e94195
commit
65eb297d18
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ a {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
float: right;
|
float: right;
|
||||||
padding-right: 2%;
|
padding-right: 2%;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#terminal {
|
#terminal {
|
||||||
|
|
Loading…
Reference in a new issue