disable scrollable table; small style improvements

lektura
max.mehl 2017-09-05 17:25:39 +02:00
parent 12465e6abf
commit f7b307ffaf
1 changed files with 3 additions and 7 deletions

View File

@ -213,15 +213,11 @@ table#sigtable td:nth-child(3), table#sigtable th:nth-child(3) {
width: 50%; width: 50%;
} }
table#sigtable thead { table#sigtable thead {
overflow-y: scroll;
display: table; display: table;
width: calc(100% - 16px); background-color: rgba(230, 230, 230, 0.3);
background-color: rgba(230, 230, 230, 0.2);
} }
table#sigtable tbody { table#sigtable th {
overflow: auto; text-transform: uppercase;
max-height: 250px;
display: block;
} }
table#sigtable tr { table#sigtable tr {
width: 100%; width: 100%;