Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-17 23:09:33 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-17 23:09:33 +0300
commit7e74e6d41cfb8efe25a7f666ecb592eac9784060 (patch)
treeb07f685d16d367c80743858e03ab940e80c4860b /src/components/MenuBubble.vue
parent91f8e8a88df5cd41e113572060a491b92886f308 (diff)
Fix loading and translatable strings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/components/MenuBubble.vue')
-rw-r--r--src/components/MenuBubble.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/MenuBubble.vue b/src/components/MenuBubble.vue
index a5b120015..1a27efb88 100644
--- a/src/components/MenuBubble.vue
+++ b/src/components/MenuBubble.vue
@@ -52,7 +52,7 @@ export default {
EditorMenuBubble
},
directives: {
- Tooltip
+ tooltip: Tooltip
},
props: {
editor: {
@@ -93,7 +93,7 @@ export default {
.menububble {
position: absolute;
display: flex;
- z-index: 1300;
+ z-index: 10020;
background: var(--color-main-background-translucent);
box-shadow: 0 1px 5px var(--color-box-shadow);
border-radius: 5px;