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

@ -20,6 +20,7 @@
box-shadow: 0.1rem 0.1rem 1rem var(--color-shadow);
padding: 1rem;
overflow-y: auto;
overscroll-behavior: contain;
}
:deep(pre) {
font-family: inherit;