disable box shadow all button and scroll turn in doctor item page

This commit is contained in:
Ehsan
2024-09-26 17:21:55 +03:30
parent eda896e917
commit 93abbe0ce0
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ function AppointmentList({ doctor, loading }) {
return (
<>
<ul className="hidden lg:flex w-[38%] flex-col justify-start items-center gap-8">
<ul className="hidden sticky top-[122px] sm:top-[150px] mt:top-[178px] lg:top-[206px] lg:flex w-[38%] flex-col justify-start items-center gap-8">
{[turns[0]].map((item) => (
<ItemAppointment
turn={item}