Alerts position fixed to viewport

This commit is contained in:
Jose Olarte III
2023-04-02 10:39:35 +08:00
parent 67a1a07cab
commit 504da70fec
4 changed files with 4 additions and 4 deletions

View File

@@ -461,7 +461,7 @@ export default class AccountViewView extends Vue {
"p-5": true,
rounded: true,
"drop-shadow-lg": true,
absolute: true,
fixed: true,
"top-3": true,
"inset-x-3": true,
"transition-transform": true,

View File

@@ -340,7 +340,7 @@ export default class ContactsView extends Vue {
"p-5": true,
rounded: true,
"drop-shadow-lg": true,
absolute: true,
fixed: true,
"top-3": true,
"inset-x-3": true,
"transition-transform": true,

View File

@@ -832,7 +832,7 @@ export default class ContactsView extends Vue {
"p-5": true,
rounded: true,
"drop-shadow-lg": true,
absolute: true,
fixed: true,
"top-3": true,
"inset-x-3": true,
"transition-transform": true,

View File

@@ -283,7 +283,7 @@ export default class NewEditProjectView extends Vue {
"p-5": true,
rounded: true,
"drop-shadow-lg": true,
absolute: true,
fixed: true,
"top-3": true,
"inset-x-3": true,
"transition-transform": true,