diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/modal/modal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index 51f35262..74e81109 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -28,7 +28,7 @@ animation-name: modal-background-fadein; body:not(.scroll-locked) & { - display: none; + opacity: 0; } } </style> |
