mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 09:50:22 +00:00
Fixed bug with resetting scroll when scrolla=true
This commit is contained in:
@@ -622,8 +622,8 @@ export default {
|
||||
</script>
|
||||
<style>
|
||||
.v--modal-block-scroll {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user