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