mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-23 10:45:48 +00:00
Merge pull request #6097 from blakeembrey/modal-body-relative
Add relative positioning to .modal-body
This commit is contained in:
commit
dbb244cb97
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue