We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9610258 commit 9ed80d2Copy full SHA for 9ed80d2
2 files changed
css/app-modal.scss
@@ -15,15 +15,15 @@
15
h2 {
16
margin: 0;
17
}
18
-
+
19
20
21
fieldset {
22
padding: calc(var(--default-grid-baseline) * 4) 0;
23
24
header {
25
26
- h3 {
+ h3 {
27
font-size: 20px;
28
font-weight: 600;
29
margin: var(--default-grid-baseline) 0;
@@ -72,6 +72,10 @@
72
73
74
75
+.modal-mask.add-talk-modal {
76
+ z-index: 10000 !important;
77
+}
78
79
.app-config-modal-confirmation {
80
.empty-content {
81
margin-top: 0 !important;
src/components/Editor/AddTalkModal.vue
@@ -6,7 +6,7 @@
6
<template>
7
<NcModal
8
size="small"
9
- class="modal"
+ class="modal add-talk-modal"
10
:name="t('calendar', 'Select a Talk Room')"
11
@close="$emit('close', $event)">
12
<div class="modal-content">
0 commit comments