Added initial focus trap during exercises/exams
This commit is contained in:
3
src/components/FocusLayer.tsx
Normal file
3
src/components/FocusLayer.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function FocusLayer() {
|
||||
return <div className="bg-gray-700 bg-opacity-30 absolute top-0 left-0 bottom-0 right-0" />
|
||||
}
|
||||
Reference in New Issue
Block a user