From 18aedcd26d522b774a400c4440ad1878b304f927 Mon Sep 17 00:00:00 2001 From: sean arseneault Date: Mon, 24 Feb 2020 16:44:23 -0800 Subject: [PATCH] scroll box for tickets --- client/components/LeftNav.jsx | 33 +++++++++++------- client/components/MenteeTicketBox.jsx | 47 ++++++++++++++++---------- client/containers/FeedContainer.jsx | 24 ++++++------- client/styles/app.css | 40 ++++++++++++++-------- img/profileresize.jpg | Bin 6013895 -> 0 bytes 5 files changed, 88 insertions(+), 56 deletions(-) delete mode 100755 img/profileresize.jpg diff --git a/client/components/LeftNav.jsx b/client/components/LeftNav.jsx index 297a825..bceb595 100644 --- a/client/components/LeftNav.jsx +++ b/client/components/LeftNav.jsx @@ -2,25 +2,34 @@ import React from 'react'; import { Nav } from 'react-bootstrap'; const LeftNav = props => ( -