From 84f0d940d2b3682e82a7ddad15cdf872cb124008 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 12 Mar 2024 20:37:05 +0800 Subject: [PATCH] Add some box shadow on the sticky player --- packages/web/styles/articleInnerStyling.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/web/styles/articleInnerStyling.css b/packages/web/styles/articleInnerStyling.css index b0a46dc39..d76fa822e 100644 --- a/packages/web/styles/articleInnerStyling.css +++ b/packages/web/styles/articleInnerStyling.css @@ -617,6 +617,7 @@ bottom: 5px; top: auto; left: auto; + z-index: 10; max-width: 400px; max-height: 222px; width: 400px; @@ -624,6 +625,8 @@ animation-name: fadeInUp; animation-duration: 0.5s; animation-fill-mode: both; + overflow: hidden; + box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.1) !important; } @keyframes fadeInUp {