Merge pull request #1309 from Nolshine/fix_status_message_position

change status-text-container's position to fixed
This commit is contained in:
hydroflame 2021-09-20 17:27:11 -04:00 committed by GitHub
commit 483590ef8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

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