Merge "Make reply dialog scrollable in desktop mode"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user