FIX: allows scrolling when a lot of categories are used (#7590)

This commit is contained in:
Joffrey JAFFEUX 2019-05-23 10:04:53 +02:00 committed by GitHub
parent df1e6eed5a
commit f0a776f05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,8 +140,9 @@
height: 100%; height: 100%;
z-index: z("modal", "content"); z-index: z("modal", "content");
overflow: auto; overflow: auto;
&:not(.history-modal) { &:not(.history-modal) {
.modal-body { .modal-body:not(.reorder-categories) {
max-height: none !important; max-height: none !important;
} }
} }