fix(ios): mobile explorer overscroll behavior (#2008)
This commit is contained in:
		@@ -239,7 +239,7 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
 | 
				
			|||||||
      margin-top: 0;
 | 
					      margin-top: 0;
 | 
				
			||||||
      background-color: var(--light);
 | 
					      background-color: var(--light);
 | 
				
			||||||
      max-width: 100vw;
 | 
					      max-width: 100vw;
 | 
				
			||||||
      width: 100%;
 | 
					      width: 100vw;
 | 
				
			||||||
      transform: translateX(-100vw);
 | 
					      transform: translateX(-100vw);
 | 
				
			||||||
      transition:
 | 
					      transition:
 | 
				
			||||||
        transform 200ms ease,
 | 
					        transform 200ms ease,
 | 
				
			||||||
@@ -265,6 +265,6 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.mobile-no-scroll {
 | 
					.mobile-no-scroll {
 | 
				
			||||||
  @media all and ($mobile) {
 | 
					  @media all and ($mobile) {
 | 
				
			||||||
    overflow: hidden;
 | 
					    overscroll-behavior: none;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user