<h2>Prevent body scroll</h2>

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 &darr;**

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

<ClientOnly>
  <vue-example file="prevent-body-scroll" />
</ClientOnly>