Prevent scroll chaining of the modals

This commit is contained in:
Denevola 2022-10-21 18:37:31 +09:00
parent 652e5a9d63
commit e75ec2bdf7
3 changed files with 3 additions and 0 deletions

View file

@ -52,6 +52,7 @@ defineEmits(['playthis']);
box-shadow: 0.1rem 0.1rem 1rem var(--color-shadow);
padding: 1rem;
overflow-y: auto;
overscroll-behavior: contain;
}
.placeholder:empty::before {
--ico: '\f64d';