remove siggy height limitation

This commit is contained in:
Wirlaburla 2024-03-18 13:26:11 -05:00
parent a6ed0aa2f5
commit 67a3666c30

View File

@ -1643,7 +1643,6 @@ table.board .status {
margin: 0px -4px;
margin-top: 8px;
padding: 4px;
max-height: 128px;
overflow-y: hidden;
}
@ -2280,4 +2279,4 @@ div.user-input-box {
div.user-input-box .userlink > * {
pointer-events: none;
}
}