💄 table

This commit is contained in:
Vanessa 2023-08-02 21:08:52 +08:00
parent a099162ebd
commit 8c75dce656
2 changed files with 1 additions and 1 deletions

View file

@ -205,7 +205,6 @@
margin: 0;
overflow: auto;
border-spacing: 0;
display: inline-block;
width: max-content;
tr:nth-child(2n) td {

View file

@ -269,6 +269,7 @@
&.table[custom-pinthead="true"] {
table {
max-height: 50vh;
display: inline-block;
}
thead {