Spaces:
Running
Running
disable selection
Browse files- 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>
|