Merge pull request #433 from PKC278/v2

This commit is contained in:
jxxghp
2026-01-17 19:03:18 +08:00
committed by GitHub
+1 -13
View File
@@ -654,20 +654,8 @@ onMounted(() => {
</template> </template>
<style scoped> <style scoped>
.search-header { .search-header,
position: sticky;
z-index: 10;
backdrop-filter: blur(10px);
inset-block-start: 0;
width: 100%;
max-width: 100%;
}
.search-header-mobile { .search-header-mobile {
position: sticky;
z-index: 10;
backdrop-filter: blur(10px);
inset-block-start: 0;
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
} }