chore(template-explorer): fix overflow screen problem (#7282) [ci skip]

This commit is contained in:
Reii 2023-12-01 21:28:48 +08:00 committed by GitHub
parent eb5e307c0b
commit 9ea2b868be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
body {
margin: 0;
overflow: hidden;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--bg: #1D1F21;
--border: #333;