fix: scrolling issue with global css

This commit is contained in:
2024-08-28 04:20:11 +09:00
parent 656228d8ca
commit 1a89250f77
5 changed files with 53 additions and 47 deletions
+4 -1
View File
@@ -41,7 +41,10 @@
<style lang="scss">
:global(body) {
background-color: var(--background-primary);
overflow: hidden;
background-color: var(--background-primary);
background-size: cover;
background-blend-mode: overlay;
}
.back {
position: fixed;