This causes the submenus under the 'Manage' link to not work correctly. It adds vertical and horizontal scrollbars when you hover over the menu items and the additional menus for 'Account', 'Billing and Usage' and 'Security' do not appear.
If I comment out the above import, I get the following (expected) behavior:
I had been using the carbon-addons-bluemix scss, but tried moving to use this repo to fix this issue, but the issue exists in both code bases. I am using the latest version of carbon-addons-cloud.
I have the following line in my app's main scss file:
@import 'carbon-addons-cloud/scss/components/OrderSummary/order-summary';
This causes the submenus under the 'Manage' link to not work correctly. It adds vertical and horizontal scrollbars when you hover over the menu items and the additional menus for 'Account', 'Billing and Usage' and 'Security' do not appear.
If I comment out the above import, I get the following (expected) behavior:
I had been using the carbon-addons-bluemix scss, but tried moving to use this repo to fix this issue, but the issue exists in both code bases. I am using the latest version of carbon-addons-cloud.