mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00:00
Add relative positioning to .modal-body - Fixes #5991
This commit is contained in:
parent
bca3ff4ed6
commit
fbec803b55
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@
|
|||
|
||||
// Body (where all modal content resides)
|
||||
.modal-body {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
max-height: 400px;
|
||||
padding: 15px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue