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 43695a5c6f
commit 834e9cf1d7

View file

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