fix(layout): 移除筛选栏sticky定位

This commit is contained in:
PKC278
2026-01-17 18:58:15 +08:00
parent 828dba09b0
commit 68a07bc952

View File

@@ -654,20 +654,8 @@ onMounted(() => {
</template>
<style scoped>
.search-header {
position: sticky;
z-index: 10;
backdrop-filter: blur(10px);
inset-block-start: 0;
width: 100%;
max-width: 100%;
}
.search-header,
.search-header-mobile {
position: sticky;
z-index: 10;
backdrop-filter: blur(10px);
inset-block-start: 0;
width: 100%;
max-width: 100%;
}