1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00
This commit is contained in:
Jun Pataleta 2021-03-03 14:35:06 +08:00
commit 9419124654
3 changed files with 7 additions and 8 deletions
theme
boost
scss/moodle
style
classic/style

@ -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%;

@ -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 {

@ -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 {