diff --git a/src/app/component/angularjs-dropdown-multiselect.html b/src/app/component/angularjs-dropdown-multiselect.html index e92650b6..cd17418f 100644 --- a/src/app/component/angularjs-dropdown-multiselect.html +++ b/src/app/component/angularjs-dropdown-multiselect.html @@ -9,135 +9,138 @@ {{getButtonText()}}  - + + + diff --git a/src/app/main/stylesheet.scss b/src/app/main/stylesheet.scss index 6c87954a..dab69e96 100644 --- a/src/app/main/stylesheet.scss +++ b/src/app/main/stylesheet.scss @@ -262,6 +262,11 @@ blockquote { ul { list-style: disc inside; padding-left: 20px; + position: relative; + border: none; + box-shadow: none; + width: 100%; + max-height: 300px; } ol { list-style: decimal inside; @@ -390,7 +395,7 @@ footer a:hover { padding-right: 0; margin-left: 0; } - + a.option[disabled] { opacity: 0.5; }