change status-text-container's position to fixed

This commit is contained in:
Nolshine 2021-09-20 09:28:23 +01:00
parent e9b030c450
commit d1974a3e70
2 changed files with 2 additions and 2 deletions

@ -331,7 +331,7 @@ a:visited {
#status-text-container {
background-color: transparent;
position: absolute;
position: fixed;
top: 0;
left: 50%;
}

@ -282,7 +282,7 @@ a:visited {
#status-text-container {
background-color: transparent;
position: absolute;
position: fixed;
top: 0;
left: 50%; }