make awards absolute

pull/168/head
Aevann 2023-07-07 07:56:44 +03:00
parent 95fbe7b8be
commit 282ef49bb7
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#awards-container {
position: fixed;
position: absolute;
overflow: hidden;
pointer-events: none;
z-index: 9999;
}
@ -79,7 +80,8 @@
/*ricardo*/
.ricardo {
position: fixed !important;
position: absolute !important;
overflow: hidden !important;
bottom: 0;
}
.ricardo img {