Commit c1a6dc9b authored by Steven's avatar Steven

chore: fix home sidebar max width

parent 6ee95a2c
...@@ -4,7 +4,7 @@ import UsageHeatMap from "./UsageHeatMap"; ...@@ -4,7 +4,7 @@ import UsageHeatMap from "./UsageHeatMap";
const HomeSidebar = () => { const HomeSidebar = () => {
return ( return (
<aside className="relative w-full pr-2 h-full overflow-auto hide-scrollbar flex flex-col justify-start items-start py-4"> <aside className="relative w-full pr-2 h-full max-h-screen overflow-auto hide-scrollbar flex flex-col justify-start items-start py-4">
<div className="px-4 pr-8 mb-4 w-full"> <div className="px-4 pr-8 mb-4 w-full">
<SearchBar /> <SearchBar />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment