Adjust VN mode width overlap calculations

This commit is contained in:
Cohee
2023-06-04 15:33:28 +03:00
parent c33812d448
commit a273fcb593
2 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,7 @@
height: calc(100vh - 40px);
width: 100vw;
position: relative;
overflow: hidden;
}
#visual-novel-wrapper .expression-holder {