mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 05:24:20 +00:00 
			
		
		
		
	scroll to top + navbar hide on mobile
This commit is contained in:
		
							parent
							
								
									001a5b8770
								
							
						
					
					
						commit
						83ebe6d06b
					
				
					 2 changed files with 18 additions and 1 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| <template> | ||||
|   <v-app-bar :clipped-left="$vuetify.breakpoint.lgAndUp" :clipped-right="$vuetify.breakpoint.lgAndUp" app color="#563f5a" dark> | ||||
|   <v-app-bar :clipped-left="$vuetify.breakpoint.lgAndUp" :clipped-right="$vuetify.breakpoint.lgAndUp" :hide-on-scroll="$vuetify.breakpoint.mdAndDown" app color="#563f5a" dark> | ||||
|     <v-app-bar-nav-icon @click.stop="setDrawer" /> | ||||
|     <v-toolbar-title class="ml-0 mr-4 pl-4"> | ||||
|       <v-btn class="hidden-sm-and-down site-title" text link :to="{ path: '/' }"><img src="/dragon_blanc.svg" /> {{ $site.title }}</v-btn> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine