diff --git a/app/assets/stylesheets/common/base/tagging.scss b/app/assets/stylesheets/common/base/tagging.scss index d9ffccc9ae9..6ab19d0eb11 100644 --- a/app/assets/stylesheets/common/base/tagging.scss +++ b/app/assets/stylesheets/common/base/tagging.scss @@ -278,8 +278,9 @@ header .discourse-tag {color: $tag-color } } .group-tags-list .tag-chooser { height: 250px !important; - .select2-choices { + ul.select2-choices { height: 250px !important; // to fight with select2.scss's important + max-height: none; } } .btn {margin-left: 10px;}