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 8c994b2 commit 9005869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ngx-editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $menubar-text-padding: 0 $menu-item-spacing;
border-radius: $border-radius;
border: 2px solid rgba(0, 0, 0, 0.2);
position: relative;
overflow: hidden;
}

.NgxEditor__MenuBar {
Expand All @@ -33,7 +34,6 @@ $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 9005869

Please sign in to comment.