Skip to content

Commit

Permalink
Fixed issue where scroll disappears in modules section, fixes zouhir#66
Browse files Browse the repository at this point in the history
… (zouhir#69)
  • Loading branch information
rachmulvey authored and zouhir committed Jan 17, 2018
1 parent 32a8cbb commit 6d402d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/client/components/table/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
.table {
width: 100%;
height: 100%;
display: block;
display: flex;
flex-direction: column;
background: $dark;
overflow: hidden;
ul {
Expand All @@ -13,7 +14,6 @@
ul.table-body {
height: 470px;
overflow-y: scroll;
padding-bottom: 100px;
.col {
border-bottom: 1px solid $dark;
border-top: 0px;
Expand Down Expand Up @@ -80,7 +80,6 @@
background: $darkest;
width: 100%;
border-bottom: 1px solid $dark;
min-height: 75px;
li {
display: inline-block;
font-size: 11px;
Expand Down

0 comments on commit 6d402d2

Please sign in to comment.