nicolium: not using react hotkeys anymore

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-27 15:27:54 +01:00
parent 0cb2607947
commit 66701a4888

View File

@ -3,12 +3,6 @@ body {
-ms-overflow-style: -ms-autohiding-scrollbar;
}
// Note: this is needed for React HotKeys performance. Removing this
// will cause severe performance degradation on Safari.
div[tabindex='-1']:focus {
@apply outline-0;
}
::selection {
@apply bg-primary-600 text-white;
}