Browse Source

add overflow to sidebar

pull/101/head
Sacha Weatherstone 3 years ago
parent
commit
d1628e3b8f
  1. 2
      src/components/Sidebar.tsx

2
src/components/Sidebar.tsx

@ -58,7 +58,7 @@ export const Sidebar = ({ children }: SidebarProps): JSX.Element => {
];
return (
<div className="min-w-[280px] max-w-min flex-col border-r-[0.5px] border-slate-300 bg-transparent dark:border-slate-700">
<div className="min-w-[280px] max-w-min flex-col overflow-y-auto border-r-[0.5px] border-slate-300 bg-transparent dark:border-slate-700">
<div className="flex justify-between px-8 py-6">
<div>
<span className="text-lg font-medium">

Loading…
Cancel
Save