Skip to content

Commit

Permalink
Removing red border
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyJCampbell committed Sep 24, 2019
1 parent b2c0f64 commit 2f1af06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/common/Table/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function DashboardTable({ className, history, columns, data }) {

const ScrollDiv = styled.div`
height: 50vh;
border: 1px solid red;
overflow-y: scroll;
::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit 2f1af06

Please sign in to comment.