Skip to content
Snippets Groups Projects

F8348 dropdown menu via as link

Merged Carsten Rose requested to merge F8348-DropdownMenuViaAS_link into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -515,7 +515,7 @@ class Link {
$li .= '<li' . $attribute . '>' . $link . '</li>';
}
$ul = Support::wrapTag('<ul class="dropdown-menu" aria-labelledby="' . $htmlId . '">', $li);
$ul = Support::wrapTag('<ul style="max-height: 70vh; overflow-y: auto" class="dropdown-menu" aria-labelledby="' . $htmlId . '">', $li);
}
return Support::wrapTag('<span class="dropdown">', $dropdownSymbol . $ul);
Loading