Fix theme selector dropdown overflow (#7764)

pull/21833/head
Charlie Calendre 2022-02-09 10:35:06 +01:00 committed by GitHub
parent ebb1feee50
commit fdbdde83c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -181,5 +181,9 @@ limitations under the License.
margin-left: auto;
height: min-content;
}
.mx_Dropdown_menu {
max-height: 70px;
}
}
}