fix(scroll): fix scrolling on smaller screens (MIN-311)
Compare changes
Files
2- mateusz-winiarczyk authored
@@ -34,7 +34,7 @@ export const NavBar = (): JSX.Element => {
When window height is too small (around 610px) vertical scroll appears but scrolling is broken.
Added overflow-y
for navbar to avoid vertical overflow caused by navbar content. Additionally, a scroll has been added in available plugins so that the user can see all available plugins when the list exceeds the height of the drawer
Closes MIN-311