mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix: table header overflow.
This commit is contained in:
@@ -17,8 +17,9 @@
|
|||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
.thead {
|
.thead {
|
||||||
overflow-y: auto;
|
overflow: hidden;
|
||||||
overflow-x: hidden;
|
// overflow-y: auto;
|
||||||
|
// overflow-x: hidden;
|
||||||
|
|
||||||
.th {
|
.th {
|
||||||
padding: 0.7rem 0.5rem;
|
padding: 0.7rem 0.5rem;
|
||||||
@@ -115,7 +116,7 @@
|
|||||||
.inner-resizer {
|
.inner-resizer {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
border-left: 1px solid #E6E6E6;
|
border-left: 1px solid #e6e6e6;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -142,10 +143,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.skeleton {
|
.skeleton {
|
||||||
animation: skeleton-fade-in .3s linear forwards,
|
animation: skeleton-fade-in 0.3s linear forwards,
|
||||||
skeleton-glow 1s linear infinite alternate;
|
skeleton-glow 1s linear infinite alternate;
|
||||||
|
|
||||||
animation-delay: 0s,.3s;
|
animation-delay: 0s, 0.3s;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
width: 65%;
|
width: 65%;
|
||||||
@@ -219,7 +220,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tr.no-results {
|
.tr.no-results {
|
||||||
|
|
||||||
.td {
|
.td {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 18px 20px;
|
padding: 18px 20px;
|
||||||
@@ -332,14 +332,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ReactVirtualized__Grid {
|
.ReactVirtualized__Grid {
|
||||||
will-change: auto !important;
|
will-change: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.table-constrant {
|
.table-constrant {
|
||||||
.table {
|
.table {
|
||||||
.thead .th {
|
.thead .th {
|
||||||
|
|||||||
Reference in New Issue
Block a user