MDL-84817 core_message: Fix display issues in drawer at 400%

This commit is contained in:
David Woloszyn
2025-05-08 17:07:28 +10:00
parent 69b36a36b4
commit 758a35058f
6 changed files with 6 additions and 18 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -606,10 +606,6 @@ function(
return true;
};
// Set the minimum height of the section to the height of the toggle. This
// smooths out the collapse animation.
var toggle = root.find(SELECTORS.TOGGLE);
root.css('min-height', toggle.outerHeight());
root[0].addEventListener('show.bs.collapse', function() {
setExpanded(root);
+2 -4
View File
@@ -410,9 +410,7 @@ $message-day-color: color-contrast($message-app-bg) !default;
display: flex;
align-items: center;
}
.footer-container [data-region="view-overview"] {
display: none;
}
.overflow-y {
overflow-y: unset;
}
@@ -588,7 +586,7 @@ $message-day-color: color-contrast($message-app-bg) !default;
color: $message-day-color;
}
.lazy-load-list {
overflow-y: auto;
overflow-y: inherit;
}
}
#page-message-index {
+1 -4
View File
@@ -33495,9 +33495,6 @@ a.ygtvspacer:hover {
display: flex;
align-items: center;
}
.message-app .footer-container [data-region=view-overview] {
display: none;
}
.message-app .overflow-y {
overflow-y: unset;
}
@@ -33636,7 +33633,7 @@ a.ygtvspacer:hover {
color: #000;
}
.message-app .lazy-load-list {
overflow-y: auto;
overflow-y: inherit;
}
#page-message-index #page-header {
+1 -4
View File
@@ -33495,9 +33495,6 @@ a.ygtvspacer:hover {
display: flex;
align-items: center;
}
.message-app .footer-container [data-region=view-overview] {
display: none;
}
.message-app .overflow-y {
overflow-y: unset;
}
@@ -33636,7 +33633,7 @@ a.ygtvspacer:hover {
color: #000;
}
.message-app .lazy-load-list {
overflow-y: auto;
overflow-y: inherit;
}
#page-message-index #page-header {