💄 (notes) fix overflow-x

This commit is contained in:
2021-03-14 01:18:54 +01:00
parent 0ce36a4b99
commit 8c94f5932d
4 changed files with 61 additions and 16 deletions

View File

@@ -36,6 +36,8 @@ export default defineComponent({
text-align: left;
border-top: 1px solid rgba(18, 19, 58, 0.2);
padding: 0 1rem;
overflow-y: auto;
height: 100vh;
}
@media screen and (min-width: 769px) {