feat: fix a bunch of bugs.

This commit is contained in:
Ahmed Bouhuolia
2020-04-28 04:01:10 +02:00
parent 6d0ad42582
commit 0cfa1126c5
41 changed files with 591 additions and 187 deletions

View File

@@ -111,9 +111,6 @@
}
.tbody{
overflow-y: scroll;
overflow-x: hidden;
.tr .td{
border-bottom: 1px solid #E8E8E8;
align-items: center;
@@ -145,6 +142,10 @@
align-items: center;
}
}
> .loading{
padding-top: 50px;
}
}
.tr .th,
@@ -175,8 +176,6 @@
display: block;
}
}
}
}
@@ -199,6 +198,13 @@
}
}
&.has-virtualized-rows{
.tbody{
overflow-y: scroll;
overflow-x: hidden;
}
}
&--financial-report{
.table {