fix #732 - set overscroll contain on search page dialog contents

This commit is contained in:
James Fenn
2023-10-05 23:09:13 -04:00
parent a4311e109c
commit 4185fddf72

View File

@@ -44,6 +44,10 @@
}
}
.dialog * {
overscroll-behavior: contain;
}
.dialogForm {
height: 100%;
}