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
2 changed files with 2 additions and 2 deletions

View File

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

View File

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