Merge pull request #1254 from Nolshine/fix_script_log_positioning

fix script log box staying behind when scrolling
This commit is contained in:
hydroflame 2021-09-15 10:54:42 -04:00 committed by GitHub
commit ff2d238ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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%;