Merge "Make reply dialog scrollable in desktop mode"

This commit is contained in:
Kasper Nilsson
2017-09-09 02:03:57 +00:00
committed by Gerrit Code Review

View File

@@ -273,6 +273,9 @@ limitations under the License.
.patchSetSelect {
max-width: 8em;
}
.scrollable {
overflow: auto;
}
@media screen and (min-width: 80em) {
.commitMessage {
max-width: var(--commit-message-max-width, 100ch);
@@ -344,9 +347,6 @@ limitations under the License.
flex: initial;
margin-right: 0;
}
.scrollable {
overflow: auto;
}
/* Change actions are the only thing thant need to remain visible due
to the fact that they may have the currently visible overlay open. */
#mainContent.overlayOpen .hideOnMobileOverlay {