1
0
Fork 0
forked from OpenNeo/impress
impress/app/javascript/wardrobe-2020
Matchu 35aaaeba8e Fix Chakra UI styles in portal elements
Ah right, the CSS reset only applies in the ScopedCSSReset container, which doesn't work for elements portaled out with the <Portal> component (which a LOT of Chakra components use for things like tooltips etc).

Here, we take advantage of <Portal> having a hardcoded classname .chakra-portal, and applying it to them too!
2023-10-23 19:05:10 -07:00
..
components Add AppProvider to wardrobe-2020 2023-10-23 19:05:08 -07:00
images Replace next/image references 2023-10-23 19:05:08 -07:00
ItemPage Remove next/router references 2023-10-23 19:05:08 -07:00
WardrobePage Use react-router to *set* the page URL too 2023-10-23 19:05:08 -07:00
apolloClient.js Move Apollo error message stuff to apolloClient.js 2023-10-23 19:05:08 -07:00
AppProvider.js Fix Chakra UI styles in portal elements 2023-10-23 19:05:10 -07:00
index.js Add wardrobe-2020 outfit preview to item pages 2023-10-23 19:05:08 -07:00
ItemPage.js Add wardrobe-2020 outfit preview to item pages 2023-10-23 19:05:08 -07:00
ItemPageDrawer.js Bundle wardrobe-2020 into the app 2023-10-23 19:05:08 -07:00
ItemPageLayout.js Bundle wardrobe-2020 into the app 2023-10-23 19:05:08 -07:00
util.js Replace next/image references 2023-10-23 19:05:08 -07:00