Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-01-02 22:54:28 +0300
committerMark Otto <markdotto@gmail.com>2017-01-02 22:54:28 +0300
commit9fc54f89f4d7a15c4118835b7eeae810cc8c5c0a (patch)
treec295bfd21d03d362c28c1200ede445b55ff579d9 /js/dist/modal.js
parentc61a0059add8ed03be55601f674bf831d92898b1 (diff)
grunt
Diffstat (limited to 'js/dist/modal.js')
-rw-r--r--js/dist/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/modal.js b/js/dist/modal.js
index 8a778c48b3..fec35f784e 100644
--- a/js/dist/modal.js
+++ b/js/dist/modal.js
@@ -69,7 +69,7 @@ var Modal = function ($) {
DIALOG: '.modal-dialog',
DATA_TOGGLE: '[data-toggle="modal"]',
DATA_DISMISS: '[data-dismiss="modal"]',
- FIXED_CONTENT: '.navbar-fixed-top, .navbar-fixed-bottom, .is-fixed'
+ FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top'
};
/**