Skip to content

Commit a48fcb3

Browse files
authored
Merge pull request #433 from PKC278/v2
2 parents 828dba0 + 68a07bc commit a48fcb3

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

src/components/filter/TorrentFilterBar.vue

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -654,20 +654,8 @@ onMounted(() => {
654654
</template>
655655

656656
<style scoped>
657-
.search-header {
658-
position: sticky;
659-
z-index: 10;
660-
backdrop-filter: blur(10px);
661-
inset-block-start: 0;
662-
width: 100%;
663-
max-width: 100%;
664-
}
665-
657+
.search-header,
666658
.search-header-mobile {
667-
position: sticky;
668-
z-index: 10;
669-
backdrop-filter: blur(10px);
670-
inset-block-start: 0;
671659
width: 100%;
672660
max-width: 100%;
673661
}

0 commit comments

Comments
 (0)