mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
change status-text-container's position to fixed
This commit is contained in:
parent
e9b030c450
commit
d1974a3e70
@ -331,7 +331,7 @@ a:visited {
|
||||
|
||||
#status-text-container {
|
||||
background-color: transparent;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
}
|
||||
|
2
main.css
2
main.css
@ -282,7 +282,7 @@ a:visited {
|
||||
|
||||
#status-text-container {
|
||||
background-color: transparent;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user