aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/popover/popover.vue2
-rw-r--r--src/components/post_status_form/post_status_form.vue4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue
index 973625d1..91939ee7 100644
--- a/src/components/popover/popover.vue
+++ b/src/components/popover/popover.vue
@@ -69,7 +69,7 @@
text-align: left;
list-style: none;
max-width: 100vw;
- z-index: 10;
+ z-index: 200;
white-space: nowrap;
.dropdown-divider {
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 47b8a213..f052e4de 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -509,7 +509,7 @@
flex-direction: column;
padding: 0.25em 0.5em 0.5em;
line-height:24px;
- z-index: 50;
+ z-index: 10;
}
form textarea.form-cw {
@@ -572,7 +572,7 @@
.drop-indicator {
position: absolute;
- z-index: 100;
+ z-index: 11;
width: 100%;
height: 100%;
font-size: 5em;