XiongAmao / vue-easy-lightbox

A tiny lightbox component for Vue.js 3.0 :tada::tada: https://xiongamao.github.io/vue-easy-lightbox/
MIT License
420 stars 69 forks source link

`oferflow-y:hidden` style is not removed on body element on browser back click #116

Closed tsekka closed 2 years ago

tsekka commented 2 years ago

Steps to reproduce

  1. For start, go to a longer page, such as https://onycat.com/vue-easy-lightbox/guide/ for example.
  2. Navigate to page with demo lightbox (click on logo on top left)
  3. Open lightbox (click on image)
  4. Click browser's back button
  5. Notice that you cannot scroll page anymore as the oferflow-y:hidden is still on body element.
XiongAmao commented 2 years ago

The issue was fixed in v1.11.0.