🐛 Trip: fix table preventing page scroll
This commit is contained in:
parent
cb4c4e7e44
commit
aeecfd4191
@ -280,3 +280,7 @@ html {
|
|||||||
animation: toggle 0.3s both reverse;
|
animation: toggle 0.3s both reverse;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-datatable-table-container {
|
||||||
|
overscroll-behavior: auto;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user