Skip to content

Commit

Permalink
fix: prevent menu overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 29, 2020
1 parent 5e36a9c commit 8c994b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/ngx-editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $menubar-text-padding: 0 $menu-item-spacing;
border-bottom: 1px solid $menubar-border-color;
cursor: default;
height: $menubar-height;
overflow: hidden;
}

.NgxEditor__MenuItem {
Expand Down

0 comments on commit 8c994b2

Please sign in to comment.