From 282ef49bb71f701ed54509f345a01f87058b6e22 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 7 Jul 2023 07:56:44 +0300 Subject: [PATCH] make awards absolute --- files/assets/css/awards.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 5140d64dc2..f895d284e1 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -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 {