commit
92c8409143
|
@ -1,6 +1,7 @@
|
||||||
.kanban {
|
.kanban {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height: 100vh;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
header {
|
header {
|
||||||
min-height: 70px;
|
min-height: 70px;
|
||||||
|
|
|
@ -9,6 +9,7 @@ $column-margin: 0 10px 0 0;
|
||||||
.kanban-table {
|
.kanban-table {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.vfold {
|
.vfold {
|
||||||
|
@ -97,6 +98,7 @@ $column-margin: 0 10px 0 0;
|
||||||
.kanban-table-body {
|
.kanban-table-body {
|
||||||
@extend %medium;
|
@extend %medium;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue