fix: fixed encryption modal position

This commit is contained in:
Blaster4385 2024-07-08 11:04:08 +05:30
parent 4b73aca101
commit 5e490fcdfa

View file

@ -1,6 +1,6 @@
.background { .background {
display: none; display: none;
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
height: 100%; height: 100%;