code frameの高さが100%にならない問題の修正
This commit is contained in:
parent
7a17a2c188
commit
8850d15daa
2 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
<div>%sveltekit.body%</div>
|
<div class="sv-body">%sveltekit.body%</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -27,3 +27,7 @@ body:fullscreen {
|
||||||
background-image: url(https://moris.day/files/img/BigSur.avif);
|
background-image: url(https://moris.day/files/img/BigSur.avif);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sv-body {
|
||||||
|
display: contents;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue