forked from rDrama/rDrama
1
0
Fork 0

make awards absolute

master
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 { #awards-container {
position: fixed; position: absolute;
overflow: hidden;
pointer-events: none; pointer-events: none;
z-index: 9999; z-index: 9999;
} }
@ -79,7 +80,8 @@
/*ricardo*/ /*ricardo*/
.ricardo { .ricardo {
position: fixed !important; position: absolute !important;
overflow: hidden !important;
bottom: 0; bottom: 0;
} }
.ricardo img { .ricardo img {