Update SendItem.css

This commit is contained in:
Daniel 2022-06-10 00:30:42 +04:30 committed by GitHub
parent 0c25f06e89
commit 733c32f40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;