codelitdev / courselit

Create/Sell courses and digital downloads and publish blogs on your own branded website. An open source alternative to Teachable, Thinkific, Podia and the likes.
https://courselit.app
GNU Affero General Public License v3.0
632 stars 135 forks source link

Bug: Flicker in Drawer and FAQ components #370

Open rajat1saxena opened 2 months ago

rajat1saxena commented 2 months ago

It might be due to ShadCN. We need to find out the root cause and a work around.

https://drive.google.com/file/d/1NPg7PPo5MpniV2r9yCWr_TmjVzxpK5DW/view?usp=drive_link

ravirajput10 commented 1 month ago

data-[state=closed]:animate-out Flicker issue of the menu bar(sheet component) is occurring due to the above class. It is exists in the sheetVariants and SheetPrimitive.Overlay

Flicker issue of the FAQ(accordion) was resolved.