We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 366dfaa + 142a66c commit 6c2452bCopy full SHA for 6c2452b
src/routes/(init)/init/+page.svelte
@@ -197,6 +197,8 @@
197
.extended-borders-footer {
198
z-index: 0;
199
position: relative;
200
+ max-width: 100vw;
201
+ overflow: hidden;
202
}
203
.extended-borders-footer::before {
204
content: '';
@@ -207,8 +209,7 @@
207
209
height: 0;
208
210
211
@media (min-width: 768px) {
- left: -100%;
- right: -100%;
212
+ inset: 0;
213
214
215
0 commit comments