You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/11/21 21:20:24 UTC

[myfaces-tobago] 01/02: feat(selectMany): tc:style height/maxHeight

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch t5_selectMany
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 58bb5fb22d624c66bd74b6c461daf9dddc0ba13f
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Nov 21 22:19:18 2022 +0100

    feat(selectMany): tc:style height/maxHeight
    
    Issue: TOBAGO-2159
---
 tobago-theme/src/main/scss/_tobago.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tobago-theme/src/main/scss/_tobago.scss b/tobago-theme/src/main/scss/_tobago.scss
index 58a28fb3f5..1d8e2061b5 100644
--- a/tobago-theme/src/main/scss/_tobago.scss
+++ b/tobago-theme/src/main/scss/_tobago.scss
@@ -1242,6 +1242,8 @@ tobago-select-many {
   }
 
   .list-group {
+    height: inherit;
+    max-height: inherit;
     @include box-shadow($form-select-box-shadow);
     @include transition($form-select-transition);
 
@@ -1303,6 +1305,7 @@ tobago-select-many {
   .tobago-options {
     &.list-group-item {
       padding: 0;
+      overflow-y: auto;
     }
 
     .table {