it would appear that the default vertical scroll bar width in firefox is a little wider than other browsers. so when that scrollbar appears it overlaps the card causing a horizontal scrollbar.
the fix was to remove the hard-coded card width (325px) to let the card fill 100% of the available area.
it would appear that the default vertical scroll bar width in firefox is a little wider than other browsers. so when that scrollbar appears it overlaps the card causing a horizontal scrollbar.
the fix was to remove the hard-coded card width (325px) to let the card fill 100% of the available area.
this fix is in reference to issue #65.