We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b6982 commit ac686efCopy full SHA for ac686ef
2 files changed
src/renderer/App.css
@@ -12,6 +12,7 @@ body,
12
#root {
13
height: 100%;
14
-webkit-user-select: none;
15
+ user-select: none;
16
}
17
18
*::-webkit-scrollbar {
src/renderer/index.tsx
@@ -4,4 +4,5 @@ import { App } from './App';
4
5
const container = document.getElementById('root');
6
const root = createRoot(container);
7
+
8
root.render(<App />);
0 commit comments