Skip to content

Commit

Permalink
Merge branch 'MDL-69883' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Mar 3, 2021
2 parents 3cda34a + 7aa234d commit 9419124
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions theme/boost/scss/moodle/message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,9 @@ $message-day-color: color-yiq($message-app-bg) !default;
height: 100%;
margin-top: 0;
.conversationcontainer {
max-height: calc(100vh - 50px);
overflow: auto;
.section {
max-height: calc(100vh - 50px);
}
}
div[role="main"] {
height: 100%;
Expand Down
5 changes: 2 additions & 3 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -15474,9 +15474,8 @@ a.ygtvspacer:hover {
#page-message-index #region-main {
height: 100%;
margin-top: 0; }
#page-message-index #region-main .conversationcontainer {
max-height: calc(100vh - 50px);
overflow: auto; }
#page-message-index #region-main .conversationcontainer .section {
max-height: calc(100vh - 50px); }
#page-message-index #region-main div[role="main"] {
height: 100%; }
#page-message-index #region-main div[role="main"] #maincontent {
Expand Down
5 changes: 2 additions & 3 deletions theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -15690,9 +15690,8 @@ a.ygtvspacer:hover {
#page-message-index #region-main {
height: 100%;
margin-top: 0; }
#page-message-index #region-main .conversationcontainer {
max-height: calc(100vh - 50px);
overflow: auto; }
#page-message-index #region-main .conversationcontainer .section {
max-height: calc(100vh - 50px); }
#page-message-index #region-main div[role="main"] {
height: 100%; }
#page-message-index #region-main div[role="main"] #maincontent {
Expand Down

0 comments on commit 9419124

Please sign in to comment.