diff options
author | Blaster4385 <venkatesh@tablaster.dev> | 2024-07-08 11:04:08 +0530 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2024-12-01 22:36:24 +0530 |
commit | 7df263d1f402cbdb458d61991cbd741c5ffaf2d5 (patch) | |
tree | d3be617d43ae4620631954d331c46d47d62abb63 /client | |
parent | 4b73aca101641f4b8c2e838d9369ae00e9d85120 (diff) |
Diffstat (limited to 'client')
-rw-r--r-- | client/src/components/Modal/Modal.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/Modal/Modal.module.css b/client/src/components/Modal/Modal.module.css index 3164a0f..698511d 100644 --- a/client/src/components/Modal/Modal.module.css +++ b/client/src/components/Modal/Modal.module.css @@ -1,6 +1,6 @@ .background { display: none; - position: absolute; + position: fixed; top: 0; left: 0; height: 100%; |