Fix: allow scroll long upload files alerts list (#6184)

This commit is contained in:
shamoon
2024-03-25 07:53:29 -07:00
committed by GitHub
parent d4963b9cbe
commit ef51633b2c
2 changed files with 5 additions and 1 deletions

View File

@@ -39,3 +39,7 @@ form {
.consumer-status-card {
background-color: rgba(var(--bs-body-bg-rgb), .95) !important;
}
.max-vh100-40 {
max-height: calc(100vh - 40px);
}