Can I add class to "modal-open" when window height is greater than body height?
When the page is lengthy then "modal-open" gets "padding-right" to the body
<body class="modal-open" style="padding-right: 17px;">
and when page is shorter than window then "modal-open" dosent get "padding-right".
<body class="modal-open">
Thanks in advance.