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 c82c57b + ae0466e commit ceb27f8Copy full SHA for ceb27f8
quartz/components/styles/explorer.scss
@@ -239,7 +239,7 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
239
margin-top: 0;
240
background-color: var(--light);
241
max-width: 100vw;
242
- width: 100%;
+ width: 100vw;
243
transform: translateX(-100vw);
244
transition:
245
transform 200ms ease,
@@ -265,6 +265,6 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
265
266
.mobile-no-scroll {
267
@media all and ($mobile) {
268
- overflow: hidden;
+ overscroll-behavior: none;
269
}
270
0 commit comments