diff options
| author | Mark Otto <[email protected]> | 2017-01-02 11:52:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-02 11:52:38 -0800 |
| commit | c61a0059add8ed03be55601f674bf831d92898b1 (patch) | |
| tree | c3289c725aa4aa44d25372919adc4f1a08497077 /js/src | |
| parent | 2bf0bde470b1e3fa5811338c848201bb0f3fc021 (diff) | |
| download | bootstrap-c61a0059add8ed03be55601f674bf831d92898b1.tar.xz bootstrap-c61a0059add8ed03be55601f674bf831d92898b1.zip | |
update seletors in js
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/modal.js | 2 |
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' } |
