Fix scroll gradient in modals #4359
Labels
component: modal
For API key, about, export, import, remove modals
type: bug 🐛
Something isn't working
UX: consistency
Issues leading to inconsistencies within one or across multiple experiences
UX: issue
Any type of experience feedback that once addressed improves or enhances the experience
UX: visual
Issues with styling, layout, and interaction details that are not following detailed design specs
version: 2
Carbon 11 / v2
What package(s) are you using?
Detailed description
Scroll gradient is not positioned correctly in the
TagSet
overflow modal. Scroll gradient is not present in AboutModal but believe that it is intended to be.TagSetModal
,AboutModal
.These likely should just be using
hasScrollingContent
from the Carbon composed modal.Scroll gradient should be positioned to the bottom of the TagSet modal (likely a result of not having buttons in the
TagSetModal
.)AboutModal
should also use scrolling content when content is long.Steps to reproduce the issue
Navigate to TagSet story
Click or activate the overflow (+xxx) to open the modal
Modal should open with the scrolling overflow floating
Navigate to AboutModal story
Set content to
long content
Modal does not display a scrolling overflow
Additional information
The text was updated successfully, but these errors were encountered: