fix(client): fix deck style
This commit is contained in:
		
							parent
							
								
									77d4d6e377
								
							
						
					
					
						commit
						da92988fb8
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -162,8 +162,6 @@ const onContextmenu = (ev) => { | ||||||
| 	}], ev); | 	}], ev); | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| provide('shouldSpacerMin', true); |  | ||||||
| 
 |  | ||||||
| document.documentElement.style.overflowY = 'hidden'; | document.documentElement.style.overflowY = 'hidden'; | ||||||
| document.documentElement.style.scrollBehavior = 'auto'; | document.documentElement.style.scrollBehavior = 'auto'; | ||||||
| window.addEventListener('wheel', (ev) => { | window.addEventListener('wheel', (ev) => { | ||||||
|  |  | ||||||
|  | @ -46,6 +46,7 @@ import { i18n } from '@/i18n'; | ||||||
| 
 | 
 | ||||||
| provide('shouldHeaderThin', true); | provide('shouldHeaderThin', true); | ||||||
| provide('shouldOmitHeaderTitle', true); | provide('shouldOmitHeaderTitle', true); | ||||||
|  | provide('shouldSpacerMin', true); | ||||||
| 
 | 
 | ||||||
| const props = withDefaults(defineProps<{ | const props = withDefaults(defineProps<{ | ||||||
| 	column: Column; | 	column: Column; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue