Commit dbb244cb authored by Mark Otto's avatar Mark Otto

Merge pull request #6097 from blakeembrey/modal-body-relative

Add relative positioning to .modal-body
parents bca3ff4e fbec803b
......@@ -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