Client Tasks Length (#9101)

* change tasks column height

* stack columns on smaller screens
This commit is contained in:
Matteo Pagliazzi
2017-09-29 18:17:58 +02:00
committed by GitHub
parent 3cb5637fd5
commit c1079e4eae
2 changed files with 21 additions and 23 deletions

View File

@@ -43,7 +43,7 @@
@import '~client/assets/scss/colors.scss';
.tasks-column {
height: 556px;
min-height: 556px;
}
.task-wrapper + .reward-items {
@@ -60,11 +60,9 @@
border-radius: 4px;
background: $gray-600;
padding: 8px;
// not sure why but this is necessary or the last task will overflow the container
padding-bottom: 0.1px;
position: relative;
height: calc(100% - 64px);
overflow: auto;
position: relative; // needed for the .bottom-gradient to be position: absolute
height: calc(100% - 56px);
padding-bottom: 30px;
}
.bottom-gradient {