mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: alert box position.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user