forked from FoundKeyGang/FoundKey
limit menu list size (#7950)
This can be an issue for example when adding an object to the room.
This commit is contained in:
parent
e2862ed097
commit
9b18104343
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ export default defineComponent({
|
|||
.rrevdjwt {
|
||||
padding: 8px 0;
|
||||
min-width: 200px;
|
||||
max-height: 90vh;
|
||||
overflow: auto;
|
||||
|
||||
&.center {
|
||||
> .item {
|
||||
|
|
Loading…
Reference in a new issue