💄 Make table header sticky
This commit is contained in:
parent
bc95aa98f0
commit
959d4aaed6
@ -45,8 +45,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
<section class="p-4 print:px-1 grid md:grid-cols-3 gap-4 print:block">
|
<section class="p-4 print:px-1 grid md:grid-cols-3 gap-4 print:block">
|
||||||
<div class="p-4 shadow self-start rounded-md md:col-span-2 max-w-screen print:col-span-full">
|
<div [class.sticky]="!isMapFullscreen"
|
||||||
<div class="p-2 mb-2 flex justify-between items-center">
|
class="top-0 z-10 bg-white p-2 mb-2 flex justify-between items-center">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="font-semibold tracking-tight text-xl">Plans</h1>
|
<h1 class="font-semibold tracking-tight text-xl">Plans</h1>
|
||||||
<span class="text-xs text-gray-500 line-clamp-1">{{ trip?.name }} plans</span>
|
<span class="text-xs text-gray-500 line-clamp-1">{{ trip?.name }} plans</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user