imwithye commited on
Commit
7096d86
·
1 Parent(s): b715c89

disable selection

Browse files
Files changed (1) hide show
  1. src/components/ui.tsx +1 -1
src/components/ui.tsx CHANGED
@@ -6,7 +6,7 @@ import { UITitle } from './ui-title';
6
  export const UI = () => {
7
  return (
8
  <div className="absolute inset-0">
9
- <div className="w-full h-full p-6 flex flex-col justify-between">
10
  <UITitle />
11
  <UIControls />
12
  </div>
 
6
  export const UI = () => {
7
  return (
8
  <div className="absolute inset-0">
9
+ <div className="w-full h-full p-6 flex flex-col justify-between select-none">
10
  <UITitle />
11
  <UIControls />
12
  </div>