diff --git a/app/components/ui-lib.module.scss b/app/components/ui-lib.module.scss index 67faabbe..7742e9d0 100644 --- a/app/components/ui-lib.module.scss +++ b/app/components/ui-lib.module.scss @@ -286,7 +286,9 @@ &-content { .list { - overflow: hidden; + max-height: 90vh; + overflow-x: hidden; + overflow-y: auto; .list-item { cursor: pointer;