diff --git a/src/sass/AppMeetingNotice/addMeeting.vue b/src/sass/AppMeetingNotice/addMeeting.vue index 620b2834..551e0e3f 100644 --- a/src/sass/AppMeetingNotice/addMeeting.vue +++ b/src/sass/AppMeetingNotice/addMeeting.vue @@ -397,6 +397,7 @@ export default { position: fixed; left: 0; bottom: 0; + z-index: 111; background-color: #FFFFFF; display: flex; align-items: center; diff --git a/src/sass/AppNotification/add.vue b/src/sass/AppNotification/add.vue index 4a6898e4..a3ba66a4 100644 --- a/src/sass/AppNotification/add.vue +++ b/src/sass/AppNotification/add.vue @@ -347,6 +347,7 @@ export default { position: fixed; left: 0; bottom: 0; + z-index: 111; background-color: #FFFFFF; display: flex; align-items: center;