mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix(DataTable): sticky column.
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
min-width: 100%;
|
||||
display: block;
|
||||
|
||||
.thead .thead-inner,
|
||||
.tbody .tbody-inner{
|
||||
min-width: fit-content;
|
||||
}
|
||||
|
||||
.thead {
|
||||
overflow: hidden;
|
||||
|
||||
@@ -393,6 +398,7 @@
|
||||
background: #fff;
|
||||
padding: 0.5rem 0.5rem;
|
||||
border-bottom: 0;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user