mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Merge pull request #1254 from Nolshine/fix_script_log_positioning
fix script log box staying behind when scrolling
This commit is contained in:
commit
ff2d238ea4
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user