Skip to content

Commit

Permalink
Merge pull request #140 from pyconjp/develop
Browse files Browse the repository at this point in the history
Release 2024/09/28 3
  • Loading branch information
k-nakamura authored Sep 28, 2024
2 parents 2f352bd + 972c9a6 commit dce745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/TimetableKeynoteModalSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function TimetableKeynoteModalSection({lang, keynote, speak
className='fixed flex justify-center z-50 w-screen h-screen bg-black bg-opacity-30 top-0 left-0 overscroll-contain overflow-y-scroll'>
<div className='flex flex-col w-11/12 gap-10 items-center'>
<div
className='relative flex flex-col gap-8 bg-white mt-28 w-full p-4 overflow-y-scroll rounded lg:px-16 px-4 pb-12'>
className='relative flex flex-col max-h-[66.666667%] gap-8 bg-white mt-28 w-full p-4 overflow-y-scroll rounded lg:px-16 px-4 pb-12'>
<div className='sticky w-full lg:top-6 top-4'>
<div className='flex justify-end'>
<Link href={`/${lang}/timetable/${keynote.date}#${keynote.code}`} className='block'>
Expand Down

0 comments on commit dce745d

Please sign in to comment.