vue-modal
GitHub
GitHub
  • Introduction
  • Installation
  • Usage
  • Options
  • Examples

    • Basic
    • Sidebar / Drawer
    • Animations
    • Prevent body scroll
    • Prevent modal from closing
    • Customizing

Prevent body scroll

A common need when a modal window is open, is to prevent the <body> of the underlying page from scrolling. vue-modal does not impose any specific scroll behavior on the <body> by default.
This functionality can be added with an external plugin.

Scroll down for demo ↓

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

Edit this page
Last Updated: 5/11/21, 7:14 AM
Prev
Animations
Next
Prevent modal from closing