Skip to content

Commit

Permalink
fix(webui): pre-render page could overlap current page in some specif…
Browse files Browse the repository at this point in the history
…ic conditions

Closes: #1339
  • Loading branch information
gotson committed Dec 12, 2023
1 parent d62183f commit 75d5495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion komga-webui/src/components/readers/PagedReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ export default Vue.extend({
.pre-render {
display: block !important;
position: fixed;
right: -100vw;
right: -1000vw;
top: -1000vh;
}
</style>

0 comments on commit 75d5495

Please sign in to comment.