mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:40:00 +08: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%;
|
||||
z-index: z("modal", "content");
|
||||
overflow: auto;
|
||||
|
||||
&:not(.history-modal) {
|
||||
.modal-body {
|
||||
.modal-body:not(.reorder-categories) {
|
||||
max-height: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user