Skip to content

Commit 6c2452b

Browse files
Merge branch 'main' into 1950-Search-bar-UI
2 parents 366dfaa + 142a66c commit 6c2452b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/routes/(init)/init/+page.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@
197197
.extended-borders-footer {
198198
z-index: 0;
199199
position: relative;
200+
max-width: 100vw;
201+
overflow: hidden;
200202
}
201203
.extended-borders-footer::before {
202204
content: '';
@@ -207,8 +209,7 @@
207209
height: 0;
208210
209211
@media (min-width: 768px) {
210-
left: -100%;
211-
right: -100%;
212+
inset: 0;
212213
}
213214
}
214215

0 commit comments

Comments
 (0)