forked from naskya/firefish
Fix tab position
This commit is contained in:
parent
e98af2b2a7
commit
1b22e65f3d
2 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ function syncSlide(index) {
|
|||
<style lang="scss" scoped>
|
||||
.xytnxiau {
|
||||
overflow-y: hidden;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -303,7 +303,7 @@ onMounted(() => {
|
|||
<style lang="scss" scoped>
|
||||
.xytnxiau {
|
||||
overflow-y: hidden;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue