fix: alert box position.

This commit is contained in:
ItzNotABug
2024-09-13 18:49:29 +05:30
parent fd94c1b48b
commit f0821a2e76
+3 -2
View File
@@ -143,11 +143,12 @@
.box-holder {
right: 2rem;
bottom: 1rem;
position: absolute;
display: flex;
position: fixed;
}
.is-float {
position: unset !important;
position: static;
}
.backup-name {