We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 828dba0 + 68a07bc commit a48fcb3Copy full SHA for a48fcb3
1 file changed
src/components/filter/TorrentFilterBar.vue
@@ -654,20 +654,8 @@ onMounted(() => {
654
</template>
655
656
<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
-
+.search-header,
666
.search-header-mobile {
667
668
669
670
671
width: 100%;
672
max-width: 100%;
673
}
0 commit comments