limit menu list size (#7950)

This can be an issue for example when adding an object to the room.
This commit is contained in:
Johann150 2021-11-05 02:48:37 +01:00 committed by GitHub
parent e2862ed097
commit 9b18104343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ export default defineComponent({
.rrevdjwt {
padding: 8px 0;
min-width: 200px;
max-height: 90vh;
overflow: auto;
&.center {
> .item {