diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-11 23:18:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-11 23:18:46 +0300 |
| commit | df18a74adc4dbad7ca0daf38c041f9ac482a29c8 (patch) | |
| tree | 17d83993fca5b32a5161bb02b0cd29424930eeae /src/components/post_status_form | |
| parent | 2f1f1455aac268a138b0bf6a62d047a07c62e889 (diff) | |
fixes for z-indexes
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
