mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
Merge pull request #433 from PKC278/v2
This commit is contained in:
@@ -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%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user