diff options
author | Blaster4385 <[email protected]> | 2022-08-26 04:08:45 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-26 04:08:45 +0530 |
commit | bdd4ad1b8b071fd04f1025076174757f0f355315 (patch) | |
tree | ff59e8ceb65c40f189c3d6f7a59833c77bc2af46 /client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css | |
parent | 951b6dbaf9d3da78c056cafbde17167887f73594 (diff) |
added overlay
Diffstat (limited to 'client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css')
-rw-r--r-- | client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css index ad193e1..4a82e8e 100644 --- a/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css +++ b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css @@ -2,4 +2,17 @@ display: flex; justify-content: center; margin: 10px; +} + +.webcam__container { + position: relative; +} + +.overlay__container { + position: absolute ; + width: 100%; + top: 0 ; + right: 0 ; + bottom: 0 ; + left: 0; }
\ No newline at end of file |