-
Notifications
You must be signed in to change notification settings - Fork 4
WIP: DEMO branch with css fixes #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…use it for action items
…tents and update the stories
…r-dropdown Fix naming for list comopnent
… better organization
…per clickability as well as make it visually appealing
… added and did not have a pattern
…is still not working as intended....
setTimeout(() => { | ||
handleInitialHashCheck(windowLocationHash, openState, indexString, accordionRef); | ||
}, 100); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set timeout is needed since there is some timing issue with rendering the accordion and scrolling into view and making sure it opens
overflow-x: auto; | ||
overflow-y: visible; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | ||
position: relative; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what fixed the issue with the overlaying, critical fix
|
||
import AccordionItem from './AccordionItem'; | ||
|
||
export type AccordionData = { | ||
title: string; | ||
openOnInit: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed
Summary
Issues
Description of Changes
Readiness Checklist
.env.schema
file and documented in the README