• Stefan Sundin's avatar
    Fix bug not re-calculating scrollbar width when opening modal. · f2518161
    Stefan Sundin authored
    If opening a modal when a scrollbar is present, closing it, then
    resizing the window so the scrollbar disappears, then opening the
    modal again, the content would shift. This fixes the problem by
    always calculating the scrollbar width every time a modal is opened.
    
    Closes #14357.
    f2518161
modal.js 7.92 KB