Skip to content
Snippets Groups Projects

fix(scroll): fix scrolling on smaller screens (MIN-311)

Merged mateusz-winiarczyk requested to merge MIN-311-handle-vertical-scroll-properly into development
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,7 +34,7 @@ export const NavBar = (): JSX.Element => {
};
return (
<div className="flex min-h-full w-[88px] flex-col items-center justify-between bg-cultured py-8">
<div className="flex min-h-full w-[88px] flex-col items-center justify-between overflow-y-auto bg-cultured py-8">
<div data-testid="nav-buttons">
<div className="mb-8 flex flex-col gap-[10px]">
<IconButton icon="info" onClick={openDrawerInfo} title="Project info" />
Loading