mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: allows scrolling when a lot of categories are used (#7590)
This commit is contained in:
parent
df1e6eed5a
commit
f0a776f05d
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user