mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 14:31:03 +08:00
FIX: Some select-kit dropdowns were cut-off by hidden overflow in modals
This commit is contained in:
@ -191,6 +191,7 @@
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
|
Reference in New Issue
Block a user