mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -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;
|
||||
}
|
||||
}
|
||||
|
||||
.d-modal.add-pm-participants {
|
||||
.d-modal__body {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user