Fix Particles causing scroll issues
This commit is contained in:
parent
f49edc3de2
commit
64533b55dc
2 changed files with 8 additions and 8 deletions
|
@ -64,10 +64,10 @@ const validLinks = computed(() => {
|
||||||
.resize-listener,
|
.resize-listener,
|
||||||
svg {
|
svg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 5px;
|
||||||
left: 0;
|
left: 5px;
|
||||||
width: 100%;
|
right: 5px;
|
||||||
height: 100%;
|
bottom: 5px;
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,10 +102,10 @@ export default defineComponent({
|
||||||
.not-fullscreen,
|
.not-fullscreen,
|
||||||
.resize-listener {
|
.resize-listener {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 5px;
|
||||||
left: 0;
|
left: 5px;
|
||||||
right: 0;
|
right: 5px;
|
||||||
bottom: 0;
|
bottom: 5px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue