F
F
fostsinger2018-09-05 15:57:32
css
fostsinger, 2018-09-05 15:57:32

How to fix background when vue modal opens?

how to fix background when opening modal window in vue with or without Vue.js Modal plugin?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey delphinpro, 2018-09-05
@delphinpro

Standard - body {overflow:hidden}
Non-standard -

.wrapper {pointer-events:none; touch-action:none; }

That's right - use the capabilities of the plugin used, or take another one if this does not have the desired option.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question