Closed igaldino closed 3 years ago
Looks like this text overlapping on page scroll up/down issue might be related to the overall structuring of the sticky behavior mentioned in these two issues (https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/6994 & https://github.com/carbon-design-system/carbon-for-ibm-dotcom-website/issues/971). Moving this back to the backlog until we have an implementation plan in place.
given that the content styles seem to be contained at the app level (web components and React), I'm not sure if there's any more we should do at the library level.
I did notice that the main
component doesn't seem have the .bx--content
or .with-l1
classes in your Angular project though, not sure if that's intentional
vs
Yeah, that fixed the l1 behavior. But this is not docummented anywhere so I think you need to fix the documentation about it. Thx.
this should be resolved when https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/6270 is closed so you will no longer need to add the styles on the application side
Detailed description
DotCOM Shell or Masthead L1 overlaps page content.
This issue doesn't happen in mobile mode when the L1 options are hidden in the menu button.
This is a bug. The page content should shift down when it's displayed the L1 options.
This is related to DotCOM Shell and Masthead L1 components.
The page content should shift down when it's displayed the L1 options.
Firefox and Chrome.
"@carbon/ibmdotcom-web-components": "^1.6.0",
CIO eDelivery Team / WebUI squad / DSWDown application - download portal for internal "IBM Software Downloads" and external "IBM Partnerworld Software Access Catalog" offerings, among others. We're still in the early development stages.
Steps to reproduce the issue
I've created a little project to show the issue, so just clone my test repository and run it:
git clone https://github.com/igaldino/carbon-test
cd dotcom-shell
npm install
ng serve
Additional information
These screenshots above are related to the actual application, not the one from the test application I created for this issue report.
Notice in the first screenshot it's missing the
h2
tag with "Overview" text.