Vuetify: 1.3.0
Vue: 2.5.17
Browsers: Chrome
OS: Windows 10
The outer (html/body) scrollbar should not be displayed. Only the fullscreen dialog's scrollbar should be displayed.
The outer (html/body) scrollbar is displayed when the inner dialog is closed.
https://codepen.io/185driver/pen/QZrMPM
In order to solve this we are going to have to move the scrollbar visibility to the Vuetify object.
I use vue2-perfect-scrollbar to solve this issue (wrap outer html/body with perfect-scollbar).
This is something I still plan to implement and began to here https://github.com/vuetifyjs/vuetify/tree/feat/stack-service . However, it did not make the cut for v2.0
Any news about this?
Most helpful comment
This is something I still plan to implement and began to here https://github.com/vuetifyjs/vuetify/tree/feat/stack-service . However, it did not make the cut for v2.0