From 733c32f40ff34550cd7280d341df959c11bc8236 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 10 Jun 2022 00:30:42 +0430 Subject: [PATCH] Update SendItem.css --- src/styles/SendItem.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/SendItem.css b/src/styles/SendItem.css index 6289b57..158029c 100644 --- a/src/styles/SendItem.css +++ b/src/styles/SendItem.css @@ -19,7 +19,7 @@ animation: fadein 0.2s; background-color: black; opacity: 10%; - position: absolute; + position: fixed; top: 0; left: 0; bottom: 0; @@ -32,7 +32,7 @@ border-width: 1px; border-color: rgb(141, 141, 141); box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; - position: fixed; + position: absolute; z-index: 2; top: 15%; background-color: #1f2c38; @@ -98,4 +98,4 @@ .title { font-size: 0.9em; -} \ No newline at end of file +}