fix(webui): pre-render page could overlap current page in some specific conditions

Closes: #1339
This commit is contained in:
Gauthier Roebroeck 2023-12-11 10:10:50 +08:00
parent 1a30bf9a05
commit 7a8d50ce7d

View file

@ -376,6 +376,7 @@ export default Vue.extend({
.pre-render {
display: block !important;
position: fixed;
right: -100vw;
right: -1000vw;
top: -1000vh;
}
</style>