Merge pull request #612 from marcelo-maciel/master

Adjusting menu off screem problem
pull/628/head
Halil İbrahim Kalkan 6 years ago committed by GitHub
commit 9c936601b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@
@if (Model.Items.Any())
{
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuLink">
@foreach (var menuItem in Model.Items)
{
var elementId = string.IsNullOrEmpty(menuItem.ElementId) ? string.Empty : $"id=\"{menuItem.ElementId}\"";
@ -27,4 +27,4 @@
}
</div>
}
</div>
</div>

Loading…
Cancel
Save