Skip to content

Commit

Permalink
fix: github dashboard hover blank
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Feb 20, 2021
1 parent 7f35d96 commit 53a4260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Binary file added public/logos/wb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions src/widgets/GithubDashboard/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ import styled from 'styled-components';

const StyledWrapper = styled.div`
font-size: 0.12rem;
overflow: scroll;
/* overscroll-behavior: contain; */
overflow: auto;
height: 100%;
padding: 0.1rem;
display: flex;
/* position: relative; */
/* overflow: hidden; */
.auth {
position: absolute;
top: 0.1rem;
Expand All @@ -34,9 +31,7 @@ const StyledWrapper = styled.div`
}
}
.list {
/* list-style: none; */
height: 100%;
/* overflow: scroll; */
display: flex;
flex-wrap: wrap;
}
Expand Down

0 comments on commit 53a4260

Please sign in to comment.