FIX: allows scrolling of search menu panel when showing more results (#8186)

This commit is contained in:
Joffrey JAFFEUX 2019-10-11 22:25:28 +02:00 committed by GitHub
parent de3db0e485
commit 312ecf2a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@
touch-action: pan-y pinch-zoom;
overflow-y: auto;
overflow-x: hidden;
max-height: 100vh;
}
.badge-notification {