Commit fbec803b authored by Blake Embrey's avatar Blake Embrey

Add relative positioning to .modal-body - Fixes #5991

parent bca3ff4e
......@@ -58,6 +58,7 @@
// Body (where all modal content resides)
.modal-body {
position: relative;
overflow-y: auto;
max-height: 400px;
padding: 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment