Skip to content

Commit ceb27f8

Browse files
committed
Merge branch 'v4' of https://github.com/jackyzha0/quartz into v4
2 parents c82c57b + ae0466e commit ceb27f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quartz/components/styles/explorer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
239239
margin-top: 0;
240240
background-color: var(--light);
241241
max-width: 100vw;
242-
width: 100%;
242+
width: 100vw;
243243
transform: translateX(-100vw);
244244
transition:
245245
transform 200ms ease,
@@ -265,6 +265,6 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
265265

266266
.mobile-no-scroll {
267267
@media all and ($mobile) {
268-
overflow: hidden;
268+
overscroll-behavior: none;
269269
}
270270
}

0 commit comments

Comments
 (0)