Merge pull request #3618 from mk84/21719-scroll-long-description

[21719] Enable scrolling inside long editable textareas
pull/3624/head
Magdalena Kafka 9 years ago
commit 4332aea88c
  1. 1
      app/assets/stylesheets/content/_in_place_editing.sass

@ -108,6 +108,7 @@
min-height: 20px
width: 100%
margin-bottom: -1px
overflow-y: auto !important
// Resize done by angular-elastic
&[msd-elastic]

Loading…
Cancel
Save