]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(template-explorer): fix overflow screen problem (#7282) [ci skip]
authorReii <48681136+wehuss@users.noreply.github.com>
Fri, 1 Dec 2023 13:28:48 +0000 (21:28 +0800)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 13:28:48 +0000 (21:28 +0800)
packages/template-explorer/style.css

index 01a3e8b550bfcdfb52d98e9b47b236a6e5da42b6..795dfd5f6a599269125a66d7ecdd90612d806617 100644 (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;