Skip to content

Commit

Permalink
fix: 💄 tweak bubble menu position and style
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Mar 13, 2020
1 parent 18a3935 commit 1c73e04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/MenuBubble/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<editor-menu-bubble
v-slot="editorContext"
:editor="editor"
:keep-in-bounds="false"
>
<div
:class="{
Expand Down
1 change: 0 additions & 1 deletion src/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
}

&__menu-bubble {
border: 1px solid $lighter-border-color;
border-radius: 8px;
display: flex;
background-color: transparentize($black-color, .3);
Expand Down

0 comments on commit 1c73e04

Please sign in to comment.