mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
Merge pull request #6097 from blakeembrey/modal-body-relative
Add relative positioning to .modal-body
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
|
||||
// Body (where all modal content resides)
|
||||
.modal-body {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
max-height: 400px;
|
||||
padding: 15px;
|
||||
|
Reference in New Issue
Block a user