fix: ctrl backspace not working in firefox

This commit is contained in:
Miodec 2025-12-09 16:40:18 +01:00
parent b92121f180
commit 713e6b2f8e

View file

@ -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 {