overflow scroll for categories (#2502)

This commit is contained in:
Peer Richelsen
2022-04-16 22:37:19 +02:00
committed by GitHub
parent ccde0c20ab
commit 73c97e85d4
5 changed files with 781 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ export default function AppStoreCategories({
return (
<div className="mb-16">
<h2 className="mb-2 text-lg font-semibold text-gray-900">{t("popular_categories")}</h2>
<div className="grid-col-1 grid gap-3 md:grid-flow-col">
<div className="grid-col-1 grid w-full gap-3 overflow-scroll sm:grid-flow-col">
{categories.map((category) => (
<Link key={category.name} href={"/apps/categories/" + category.name}>
<a

View File

@@ -0,0 +1,3 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/O2KoAeYbsMI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Wipe My Cal is a Cal.com exclusive app that redefines what it looks like to reschedule multiple meetings at the same time. Simply install the app, and select Wipe Today in the /booking page to mass reschedule the entire day. Handle emergencies, unexpected sick days and last minute events with the simple click of a button.

798
yarn.lock

File diff suppressed because it is too large Load Diff