Commit dbb244cb authored by Mark Otto's avatar Mark Otto
Browse files

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

Add relative positioning to .modal-body
parents bca3ff4e fbec803b
Showing with 1 addition and 0 deletions
+1 -0
...@@ -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;
......
Supports Markdown
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