@@ -146,7 +146,7 @@ function BookingsContent() {
146146 }
147147
148148 return (
149- < div className = "px-4 sm:px-6 lg:px-8 py-8 max-w-[1500px] mx-auto w-full h-full flex flex-col overflow-hidden " >
149+ < div className = "px-4 sm:px-6 lg:px-8 py-8 max-w-[1500px] mx-auto w-full flex flex-col" >
150150 { /* Header Area */ }
151151 < div className = "flex flex-col lg:flex-row lg:items-center justify-between gap-5 mb-8" >
152152 < div >
@@ -188,7 +188,7 @@ function BookingsContent() {
188188 </ div >
189189
190190 { /* Content Container (2-Column Grid) */ }
191- < div className = "flex flex-col xl:flex-row gap-6 flex-1 min-h-0 h-full " >
191+ < div className = "flex flex-col xl:flex-row gap-6 flex-1" >
192192 { /* Table Card (Left Column) */ }
193193 < div className = "bg-white rounded-[24px] shadow-sm border border-gray-100 flex-1 overflow-hidden flex flex-col" >
194194 < div className = "overflow-x-auto overflow-y-auto flex-1" >
@@ -255,8 +255,8 @@ function BookingsContent() {
255255 </ div >
256256
257257 { /* Details Card (Right Column) */ }
258- < div className = "xl:w-[400px] shrink-0 h-full " >
259- < div className = "bg-white rounded-[24px] shadow-sm border border-gray-100 flex flex-col h-full sticky top-0 overflow-y-auto scrollbar-hide " >
258+ < div className = "xl:w-[400px] shrink-0" >
259+ < div className = "bg-white rounded-[24px] shadow-sm border border-gray-100 flex flex-col" >
260260 < div className = "p-6 flex flex-col min-h-full" >
261261 { selectedBooking ? (
262262 < >
@@ -295,7 +295,7 @@ function BookingsContent() {
295295 </ div >
296296
297297 { /* Details List */ }
298- < div className = "space-y-1.5 flex-grow overflow-y-auto " >
298+ < div className = "space-y-1.5 flex-grow" >
299299 < div className = "flex items-center justify-between py-2 text-sm border-b border-gray-50/80" >
300300 < div className = "flex items-center gap-3" >
301301 < div className = "w-8 h-8 rounded-xl bg-gray-50 flex items-center justify-center text-gray-400 shrink-0" >
0 commit comments