fix pwa layout

This commit is contained in:
jxxghp
2023-07-01 17:41:35 +08:00
parent b6d3cdcc42
commit 3fd4baef11

View File

@@ -194,19 +194,4 @@ export default defineComponent({
}
}
}
// 👉 Window scrolled ios top bar
.window-scrolled::after {
content: "";
position: fixed;
top: 0;
left: 0.5rem;
height: env(safe-area-inset-top);
width: calc(100% - 1rem);
background-color: rgb(var(--v-theme-surface), 0.9);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
z-index: 1002;
transition: padding 0.2s ease, background-color 0.18s ease;
}
</style>