mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: overflow fix for add participants to PM on mobile (#25437)
This commit is contained in:
parent
4f5843e819
commit
fbfab92fce
@ -18,3 +18,9 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.d-modal.add-pm-participants {
|
||||||
|
.d-modal__body {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user