fix script log box staying behind when scrolling

This commit is contained in:
Nolshine 2021-09-15 07:55:11 +01:00
parent 22bf958e2e
commit f393baaa82

@ -81,7 +81,7 @@
flex-flow: column;
background-color: gray;
width: 50%;
position: absolute;
position: fixed;
left: 50%;
top: 40%;
margin: -10% 0 0 -25%;