mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-30 11:57:35 +08:00
fix: ctrl backspace not working in firefox
This commit is contained in:
parent
b92121f180
commit
713e6b2f8e
1 changed files with 1 additions and 0 deletions
|
|
@ -607,6 +607,7 @@
|
|||
caret-color: transparent;
|
||||
resize: none;
|
||||
overflow: hidden;
|
||||
white-space: nowrap; // if the text wraps, ctrl backspace will not work on firefox >:|
|
||||
}
|
||||
|
||||
#capsWarning {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue