2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Add relative positioning to .modal-body - Fixes #5991

This commit is contained in:
Blake Embrey
2012-12-02 09:52:13 +10:00
parent bca3ff4ed6
commit fbec803b55
+1
View File
@@ -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;