Merge branch 'develop' of https://github.com/tainacan/tainacan into develop
This commit is contained in:
commit
3f1e2b7c3a
|
@ -391,6 +391,15 @@ export default {
|
|||
|
||||
.table {
|
||||
width: 100%;
|
||||
border-collapse: separate;
|
||||
|
||||
th {
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
background-color: white;
|
||||
border-bottom: 1px solid $tainacan-input-background;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
&.selectable-table th:nth-child(2), &.selectable-table td:nth-child(2) {
|
||||
padding-left: 54px;
|
||||
|
|
Loading…
Reference in New Issue