Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
dbb244cb
Commit
dbb244cb
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #6097 from blakeembrey/modal-body-relative
Add relative positioning to .modal-body
parents
bca3ff4e
fbec803b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/modals.less
+1
-0
less/modals.less
with
1 addition
and
0 deletions
+1
-0
less/modals.less
+
1
-
0
View file @
dbb244cb
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment