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

This commit is contained in:
David Woloszyn
2025-05-08 17:09:01 +10:00
parent a57387fe2d
commit 20fe68e173
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.on('show.bs.collapse', function() {
setExpanded(root);
+2 -4
View File
@@ -410,9 +410,7 @@ $message-day-color: color-yiq($message-app-bg) !default;
display: flex;
align-items: center;
}
.footer-container [data-region="view-overview"] {
display: none;
}
.overflow-y {
overflow-y: unset;
}
@@ -607,7 +605,7 @@ $message-day-color: color-yiq($message-app-bg) !default;
color: $message-day-color;
}
.lazy-load-list {
overflow-y: auto;
overflow-y: inherit;
}
}
#page-message-index {
+1 -4
View File
@@ -31808,9 +31808,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;
}
@@ -31992,7 +31989,7 @@ a.ygtvspacer:hover {
color: #1d2125;
}
.message-app .lazy-load-list {
overflow-y: auto;
overflow-y: inherit;
}
#page-message-index #page-header {
+1 -4
View File
@@ -31808,9 +31808,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;
}
@@ -31992,7 +31989,7 @@ a.ygtvspacer:hover {
color: #1d2125;
}
.message-app .lazy-load-list {
overflow-y: auto;
overflow-y: inherit;
}
#page-message-index #page-header {