Schedule time UI improvment
This commit is contained in:
@@ -83,7 +83,7 @@ export default function Schedule() {
|
|||||||
<div className="flex-1 overflow-auto scrollbar-hide" ref={containerRef}>
|
<div className="flex-1 overflow-auto scrollbar-hide" ref={containerRef}>
|
||||||
<div className="flex min-w-200 w-full">
|
<div className="flex min-w-200 w-full">
|
||||||
{/* Sticky Time Column */}
|
{/* Sticky Time Column */}
|
||||||
<div className="sticky left-0 z-20 w-18 flex-none bg-eggshell border-r border-slate-teal/10 shadow-[2px_0_5px_rgba(0,0,0,0.02)]">
|
<div className="sticky left-0 z-20 w-13 flex-none bg-eggshell border-r border-slate-teal/10 shadow-[2px_0_5px_rgba(0,0,0,0.02)]">
|
||||||
<div className="sticky top-0 z-30 h-10 border-b border-slate-teal/10 bg-eggshell"></div>
|
<div className="sticky top-0 z-30 h-10 border-b border-slate-teal/10 bg-eggshell"></div>
|
||||||
<div className="relative w-full" style={{ height: `${TOTAL_GRID_HEIGHT}px` }}>
|
<div className="relative w-full" style={{ height: `${TOTAL_GRID_HEIGHT}px` }}>
|
||||||
{hours.map((hour, i) => (
|
{hours.map((hour, i) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user