mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix(webui): pre-render page could overlap current page in some specific conditions
Closes: #1339
This commit is contained in:
parent
1a30bf9a05
commit
7a8d50ce7d
1 changed files with 2 additions and 1 deletions
|
|
@ -376,6 +376,7 @@ export default Vue.extend({
|
|||
.pre-render {
|
||||
display: block !important;
|
||||
position: fixed;
|
||||
right: -100vw;
|
||||
right: -1000vw;
|
||||
top: -1000vh;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue