Skip to content

Commit

Permalink
Visionneuse : bloquer le scroll (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisben authored Nov 20, 2024
1 parent 9211f28 commit ad93f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme/design-system/Popup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { focusTrap } from '../utils/focus-trap';

var CLASSES = {
popupOpened: 'has-popup-opened',
popupOpened: 'has-modal-opened',
popupIsOpened: 'is-opened'
};

Expand Down

0 comments on commit ad93f00

Please sign in to comment.