Steven Spriggs
Steven Spriggs
Since its in shadowroot, instead of removal of ``, we'd convert it to ``, then any css styles from `footer { }` to `#footer {}`, and you should be good...
Also, note that rh-footer-universal has a `` element as well. Likely want to override it's role when slotted inside the full footer.
> Would role=none or display:contents help? I have a feeling display:contents would cause a cascade (pun intended) of CSS changes to be needed.
Going to close this PR as we found other ways around the performance bottleneck. That said, I would like to revisit this idea in the future version of Code Block....
Various missing items from the review of JSDoc/cem PR #2482 Update: moved contents to sub-issues
If I understand the problem correctly, this is an OS/app-level issue related to how scrollbars are drawn, not a component style issue. You can, in Chrome / Brave on Fedora,...
> Our show more feature involves overflow: scroll. https://github.com/RedHat-UX/red-hat-design-system/blob/31d9be0de9c4cda9407790e364031b22e34e567d/elements/rh-code-block/rh-code-block.css#L247 It doesn't use overflow:scroll rather auto: overflow-y https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y#auto > auto Overflow content is clipped at the element's padding box, and overflow...
@saraDahanCode, this is technically fixed in the web-dev-server.config.js file here: https://github.com/RedHat-UX/red-hat-design-system/pull/2725/files#diff-398f54646c23c0f5e21b0832da7dcfea0a766349a2a9a564fac9d5a4ce03390d However, that change can be abstracted from the proof-of-concept PR and applied to its own PR to fix this...
> [@zeroedin](https://github.com/zeroedin) Got it, so you mean I should take the change from that POC PR and open a separate PR just for it, right? That is correct. You got...
Will need a `` element. This would be necessary to make the speed change controls more accessible.