aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-01-02 11:52:38 -0800
committerMark Otto <[email protected]>2017-01-02 11:52:38 -0800
commitc61a0059add8ed03be55601f674bf831d92898b1 (patch)
treec3289c725aa4aa44d25372919adc4f1a08497077 /js/src
parent2bf0bde470b1e3fa5811338c848201bb0f3fc021 (diff)
downloadbootstrap-c61a0059add8ed03be55601f674bf831d92898b1.tar.xz
bootstrap-c61a0059add8ed03be55601f674bf831d92898b1.zip
update seletors in js
Diffstat (limited to 'js/src')
-rw-r--r--js/src/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/modal.js b/js/src/modal.js
index 94abd19f4..484edcada 100644
--- a/js/src/modal.js
+++ b/js/src/modal.js
@@ -67,7 +67,7 @@ const Modal = (($) => {
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'
}