update: table - wip
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user