Fix tab position

This commit is contained in:
Nanaka Hiira 2023-12-02 21:00:00 +09:00 committed by naskya
parent e98af2b2a7
commit 1b22e65f3d
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 2 deletions

View file

@ -192,7 +192,7 @@ function syncSlide(index) {
<style lang="scss" scoped> <style lang="scss" scoped>
.xytnxiau { .xytnxiau {
overflow-y: hidden; overflow-y: hidden;
position: fixed; position: absolute;
top: 0; top: 0;
} }

View file

@ -303,7 +303,7 @@ onMounted(() => {
<style lang="scss" scoped> <style lang="scss" scoped>
.xytnxiau { .xytnxiau {
overflow-y: hidden; overflow-y: hidden;
position: fixed; position: absolute;
top: 0; top: 0;
} }