enhance(client): improve usability

This commit is contained in:
syuilo
2021-12-03 22:22:08 +09:00
parent fa36b88af4
commit 4f208b99ff
3 changed files with 4 additions and 0 deletions

View File

@ -303,6 +303,7 @@ export default defineComponent({
width: 240px;
box-sizing: border-box;
overflow: auto;
overscroll-behavior: contain;
background: var(--bg);
}
}