update: table - wip

This commit is contained in:
gaelle morin
2020-06-09 15:15:34 +02:00
parent eaa7478196
commit 5441686d8e
2 changed files with 78 additions and 59 deletions

View File

@ -11,7 +11,25 @@
flex: 1;
}
.table-body>div:first-of-type,
.table-body>div:first-of-type>sib-display>div {
display: contents;
}
.gridjs-wrapper {
width: 100%;
position: relative;
z-index: 1;
overflow: auto;
display: block;
}
.table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
overflow: auto;
table-layout: fixed;
.table-header {
display: flex;