mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-02 22:01:09 +08:00
disabled selection of command line suggestions
This commit is contained in:
parent
07bcabfd5b
commit
f297978c69
1 changed files with 1 additions and 0 deletions
|
|
@ -1273,6 +1273,7 @@ label.checkbox {
|
|||
max-height: calc(100vh - 10rem - 3rem);
|
||||
display: grid;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
.entry {
|
||||
padding: 0.5rem 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue