carbon-design-system / carbon-addons-cloud

[DEPRECATED] Carbon Design System add-on for IBM Cloud
http://cloud-styles.carbondesignsystem.com
Apache License 2.0
15 stars 23 forks source link

Importing order-summary scss causes common header 'Manage' submenu to misfunction #49

Open KSquibbs opened 6 years ago

KSquibbs commented 6 years ago

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.

screen shot 2018-05-16 at 1 41 06 pm

If I comment out the above import, I get the following (expected) behavior:

screen shot 2018-05-16 at 1 43 54 pm

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.

tw15egan commented 6 years ago

Could you specify what class/styles are being added that is causing this issue, and what should be changed?