Skip to content

Commit

Permalink
fix: dropdown overflow in markdown widget (#5879)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodrhegde authored Oct 28, 2021
1 parent e5ad5e8 commit 3ec1611
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import schema from './schema';
function visualEditorStyles({ minimal }) {
return `
position: relative;
overflow: hidden;
overflow-x: auto;
overflow: auto;
font-family: ${fonts.primary};
min-height: ${minimal ? 'auto' : lengths.richTextEditorMinHeight};
border-top-left-radius: 0;
Expand Down

0 comments on commit 3ec1611

Please sign in to comment.