Merge "Make reply dialog scrollable in desktop mode"
This commit is contained in:
@@ -273,6 +273,9 @@ limitations under the License.
|
|||||||
.patchSetSelect {
|
.patchSetSelect {
|
||||||
max-width: 8em;
|
max-width: 8em;
|
||||||
}
|
}
|
||||||
|
.scrollable {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
@media screen and (min-width: 80em) {
|
@media screen and (min-width: 80em) {
|
||||||
.commitMessage {
|
.commitMessage {
|
||||||
max-width: var(--commit-message-max-width, 100ch);
|
max-width: var(--commit-message-max-width, 100ch);
|
||||||
@@ -344,9 +347,6 @@ limitations under the License.
|
|||||||
flex: initial;
|
flex: initial;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
.scrollable {
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
/* Change actions are the only thing thant need to remain visible due
|
/* Change actions are the only thing thant need to remain visible due
|
||||||
to the fact that they may have the currently visible overlay open. */
|
to the fact that they may have the currently visible overlay open. */
|
||||||
#mainContent.overlayOpen .hideOnMobileOverlay {
|
#mainContent.overlayOpen .hideOnMobileOverlay {
|
||||||
|
|||||||
Reference in New Issue
Block a user