Skip to content
Snippets Groups Projects
Commit 824c51a1 authored by syuilo's avatar syuilo
Browse files

fix(frontend): fix style

Fix #14754
parent ef90f839
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup>
import { onBeforeUnmount, onMounted, provide, shallowRef, ref } from 'vue';
import type { MenuItem } from '@/types/menu.js';
import contains from '@/scripts/contains.js';
import * as os from '@/os.js';
import type { MenuItem } from '@/types/menu.js';
import { i18n } from '@/i18n.js';
import { defaultStore } from '@/store.js';
......@@ -484,6 +484,10 @@ defineExpose({
}
.root {
// universal.vueとかで直接--MI-stickyBottomが定義されていたりするのでリセット
--MI-stickyTop: 0;
--MI-stickyBottom: 0;
position: fixed;
top: 0;
left: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment