limit menu list size (#7950)
This can be an issue for example when adding an object to the room.
This commit is contained in:
@ -147,6 +147,8 @@ export default defineComponent({
|
|||||||
.rrevdjwt {
|
.rrevdjwt {
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
max-height: 90vh;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
&.center {
|
&.center {
|
||||||
> .item {
|
> .item {
|
||||||
|
Reference in New Issue
Block a user