Skip to content

Commit

Permalink
Fix #5019 : The continue button is now visible with long feedback (#6136
Browse files Browse the repository at this point in the history
)

* add scroll feature

* changed max height

* added padding for mozilla

* added overflow instead of padding

* reduced max-height

* fixed height for smaller screens
  • Loading branch information
geetchoudhary authored and kevinlee12 committed Jan 29, 2019
1 parent 34d8285 commit 173e3a2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -64,6 +64,8 @@
}

.conversation-skin-help-card-content {
max-height: 235px;
overflow-y: auto;
width: 270px;
}

Expand Down

0 comments on commit 173e3a2

Please sign in to comment.