Merge "Limit height of diff view file dropdown"
This commit is contained in:
@@ -90,6 +90,7 @@ limitations under the License.
|
|||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
|
box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
|
||||||
|
max-height: 70vh;
|
||||||
}
|
}
|
||||||
.dropdown-content a {
|
.dropdown-content a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user