<Box
maxH="calc(100vh - 120px)"
position="sticky"
bg="white"
m="5"
p="5"
rounded="xl"
top="calc(80px + 20px)"
left="0"
border="1px solid"
borderColor="#0000001a"
overflowY="auto"
sx={{
"::-webkit-scrollbar": {
width: "3px",
},
"::-webkit-scrollbar-track": {
background: "transparent",
},
"::-webkit-scrollbar-thumb": {
borderRadius: "999",
background: "#000",
},
"::-webkit-scrollbar-thumb:hover": {
background: "#000",
},
}}
display={{ base: "none", xl: "inline-flex" }}
>
<Box
maxH="calc(100vh - 120px)"
position="sticky"
bg="white"
m="5"
p="5"
rounded="xl"
top="calc(80px + 20px)"
left="0"
border="1px solid"
borderColor="#0000001a"
overflowY="auto"
sx={{
"::-webkit-scrollbar": {
width: "3px",
},
"::-webkit-scrollbar-track": {
background: "transparent",
},
"::-webkit-scrollbar-thumb": {
borderRadius: "999",
background: "#000",
},
"::-webkit-scrollbar-thumb:hover": {
background: "#000",
},
}}
display={{ base: "none", xl: "inline-flex" }}
>