mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat(FinancialReports): add loading progress bar.
fix(preformance): Optimize preformance of virtualized list. fix(preformance): Optimize financial reports preformance.
This commit is contained in:
@@ -68,6 +68,11 @@
|
||||
.bp3-context-menu-popover-target{
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.tr-context{
|
||||
display: flex;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.th,
|
||||
@@ -256,6 +261,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tr-inner{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.no-results {
|
||||
@@ -314,4 +324,9 @@
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.ReactVirtualized__Grid{
|
||||
will-change: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user