dotvvm
dotvvm copied to clipboard
Bootstrap DropDownButton is not fully visible when at the right side of the page
Version: DotVVM.Controls.Bootstrap4 4.0.1-trial
Screenshot represents upper-right corner of the browser (essentially the last item in the top navigation bar):

I can set DropDirection="DropLeft" to make the drop down items fully visible but then the glyph is directed to the left side which is not what I want.
I added MenuAlignment="Right" which solves the problem.