This commit is contained in:
Your Name
2026-06-13 19:16:38 -04:00
parent d495e80209
commit 484a289112
11 changed files with 308516 additions and 10 deletions
+43
View File
@@ -2873,3 +2873,46 @@ button.inline-link,
margin: 0.9rem 1rem 1rem;
}
.bestiary-box {
align-items: stretch;
min-height: 360px;
overflow: hidden;
padding: 0;
}
.bestiary-table td,
.bestiary-table th {
white-space: nowrap;
}
/* Bestiary table containment */
.placeholder-results-card {
min-width: 0;
overflow: hidden;
}
.bestiary-box {
width: 100%;
max-width: 100%;
min-width: 0;
box-sizing: border-box;
}
.bestiary-box .drops-table-wrap {
display: block;
width: 100%;
max-width: 100%;
min-width: 0;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
.bestiary-box .drops-table {
width: max-content;
min-width: 100%;
max-width: none;
}