Skip to content

Commit 9ea2b86

Browse files
authored
chore(template-explorer): fix overflow screen problem (#7282) [ci skip]
1 parent eb5e307 commit 9ea2b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/template-explorer/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
body {
22
margin: 0;
3+
overflow: hidden;
34
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
45
--bg: #1D1F21;
56
--border: #333;

0 commit comments

Comments
 (0)