Skip to content

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedorn committed Jan 28, 2025
1 parent 7b1539d commit 53f7fd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" style="margin: 0">
<body data-sveltekit-preload-data="hover" style="margin:0;overflow:hidden">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
3 changes: 1 addition & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@
}
#container::before {
/* transform: rotate(90deg); */
width: 200%;
width: calc(max(100vh, 200%));
height: 100vh;
position: absolute;
display: block;
Expand Down

0 comments on commit 53f7fd9

Please sign in to comment.