We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e941280 + c6e580d commit 4405182Copy full SHA for 4405182
app/javascript/blacklight-frontend/modal.js
@@ -56,9 +56,6 @@
56
const Modal = (() => {
57
const modal = {}
58
59
- // bootstrap class that will stop body scrolling when modal is open
60
- const bootstrapBodyClassOpen = "modal-open";
61
-
62
// a Bootstrap modal div that should be already on the page hidden
63
modal.modalSelector = '#blacklight-modal';
64
0 commit comments