Skip to content

Commit

Permalink
#1818 Cropped off menu in chat (#1821)
Browse files Browse the repository at this point in the history
* increase the top-padding of the message-body area

* add comment to the change for the context

* add comment for the context of the bug

* fix the linter error
  • Loading branch information
SebinSong authored Jan 28, 2024
1 parent d787978 commit fc4cc7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/views/containers/chatroom/ChatMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,9 @@ export default ({
.c-body-conversation {
margin-right: 1rem;
padding: 2rem 0 1rem 0;
// top-padding '10rem' below is necessary for the message menu list to be displayed properly without being cropped off.
// (reference: https://github.com/okTurtles/group-income/issues/1818)
padding: 10rem 0 1rem 0;
overflow: hidden auto;
-webkit-overflow-scrolling: touch;
}
Expand Down

0 comments on commit fc4cc7c

Please sign in to comment.