mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 12:41:18 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.swiper-virtual.swiper-css-mode {
 | 
						|
  .swiper-wrapper::after {
 | 
						|
    content: '';
 | 
						|
    position: absolute;
 | 
						|
    left: 0;
 | 
						|
    top: 0;
 | 
						|
    pointer-events: none;
 | 
						|
  }
 | 
						|
  &.swiper-horizontal .swiper-wrapper::after {
 | 
						|
    height: 1px;
 | 
						|
    width: var(--swiper-virtual-size);
 | 
						|
  }
 | 
						|
  &.swiper-vertical .swiper-wrapper::after {
 | 
						|
    width: 1px;
 | 
						|
    height: var(--swiper-virtual-size);
 | 
						|
  }
 | 
						|
}
 |