Skip to content

Commit

Permalink
Merge branch 'fix/scroll-on-message' into 'master'
Browse files Browse the repository at this point in the history
Add scroll bar for long messages

See merge request kchat/webapp!568
  • Loading branch information
antonbuks committed Nov 3, 2023
2 parents eb50367 + 5a8716c commit c1c997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/advanced_text_editor/advanced_text_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var(--right-padding-for-preview-button)
);
box-shadow: none;

overflow:auto;
&:focus {
box-shadow: none;
}
Expand Down

0 comments on commit c1c997b

Please sign in to comment.