CSS fix drop-down for phone screen size

Hi there,

I just found a fix for the dropdown not being visible when viewing it on my mobile Phone. The drop-down used to view an invoice with a customer was behind the navigation bars making it impossible to use.

To fix this I added the following CSS within the entry of “@media (max-width: 768px)”

	.options .dropdown-menu {
	    right: 54%;
	    position:relative;
         }

Best regards,
Eric