🐛 Trip: fix table preventing page scroll

This commit is contained in:
itskovacs 2025-10-26 10:55:25 +01:00
parent cb4c4e7e44
commit aeecfd4191

View File

@ -280,3 +280,7 @@ html {
animation: toggle 0.3s both reverse;
overflow: hidden;
}
.p-datatable-table-container {
overscroll-behavior: auto;
}