We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8676a39 commit 3077692Copy full SHA for 3077692
2 files changed
renderer-src/app.css
@@ -55,6 +55,12 @@ body {
55
height: 100%;
56
}
57
58
+.body-container {
59
+ display: contents;
60
+ width: 100%;
61
+ height: 100%;
62
+}
63
+
64
.bottom-bar-button-flash {
65
animation: 0.75s infinite alternate bottom-bar-button-flash-keyframes;
66
renderer-src/app.html
@@ -9,6 +9,6 @@
9
%sveltekit.head%
10
</head>
11
<body>
12
- <div style="display: contents">%sveltekit.body%</div>
+ <div class="body-container">%sveltekit.body%</div>
13
</body>
14
</html>
0 commit comments