Skip to content

Commit

Permalink
Merge pull request #1902 from nextcloud/azul/fix-1572-superfluous-scr…
Browse files Browse the repository at this point in the history
…ollbar

Remove superfluous scrollbar caused by menububble
  • Loading branch information
azul authored Oct 20, 2021
2 parents 50a278b + 243afb2 commit 29ec033
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions js/editor-rich.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor-rich.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-files.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-text.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-viewer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/MenuBubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export default {
border-radius: var(--border-radius-large);
overflow: hidden;
padding: 0;
margin-bottom: -3px;
margin-left: 10px;
visibility: hidden;
opacity: 0;
Expand All @@ -165,6 +164,7 @@ export default {
&.is-active {
opacity: 1;
visibility: visible;
margin-bottom: -3px;
}

&__button {
Expand Down

0 comments on commit 29ec033

Please sign in to comment.