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

View File

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