Commit fbec803b authored by Blake Embrey's avatar Blake Embrey

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

parent bca3ff4e
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
// Body (where all modal content resides) // Body (where all modal content resides)
.modal-body { .modal-body {
position: relative;
overflow-y: auto; overflow-y: auto;
max-height: 400px; max-height: 400px;
padding: 15px; 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