mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	
							parent
							
								
									ef90f83917
								
							
						
					
					
						commit
						824c51a19f
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -54,9 +54,9 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { onBeforeUnmount, onMounted, provide, shallowRef, ref } from 'vue';
 | 
					import { onBeforeUnmount, onMounted, provide, shallowRef, ref } from 'vue';
 | 
				
			||||||
 | 
					import type { MenuItem } from '@/types/menu.js';
 | 
				
			||||||
import contains from '@/scripts/contains.js';
 | 
					import contains from '@/scripts/contains.js';
 | 
				
			||||||
import * as os from '@/os.js';
 | 
					import * as os from '@/os.js';
 | 
				
			||||||
import type { MenuItem } from '@/types/menu.js';
 | 
					 | 
				
			||||||
import { i18n } from '@/i18n.js';
 | 
					import { i18n } from '@/i18n.js';
 | 
				
			||||||
import { defaultStore } from '@/store.js';
 | 
					import { defaultStore } from '@/store.js';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -484,6 +484,10 @@ defineExpose({
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.root {
 | 
					.root {
 | 
				
			||||||
 | 
						// universal.vueとかで直接--MI-stickyBottomが定義されていたりするのでリセット
 | 
				
			||||||
 | 
						--MI-stickyTop: 0;
 | 
				
			||||||
 | 
						--MI-stickyBottom: 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	position: fixed;
 | 
						position: fixed;
 | 
				
			||||||
	top: 0;
 | 
						top: 0;
 | 
				
			||||||
	left: 0;
 | 
						left: 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue