You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix theme selector dropdown overflow (#7764)
This commit is contained in:
@ -181,5 +181,9 @@ limitations under the License.
|
||||
margin-left: auto;
|
||||
height: min-content;
|
||||
}
|
||||
|
||||
.mx_Dropdown_menu {
|
||||
max-height: 70px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user