fix(webui): add scrollbar to cards if needed #429

Merged
Sainan merged 1 commits from webui-overflow into main 2024-06-29 04:49:58 -07:00

View File

@ -27,3 +27,8 @@ td.text-end > a > svg {
margin-left: 0.5em;
margin-bottom: 4px; /* to centre the icon */
}
/* if an item name is super long, ensure it doesn't prevent the user from using actions */
.card-body {
overflow: auto;
}