From 2b4c04e264b03c0d047ef0014ec660227a75402e Mon Sep 17 00:00:00 2001 From: etherfun <124044584+etherfun@users.noreply.github.com> Date: Sun, 17 Nov 2024 02:23:10 +0800 Subject: [PATCH] Add shadowPreviewbar css --- public/content.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/content.css b/public/content.css index f58ca305..ed635841 100644 --- a/public/content.css +++ b/public/content.css @@ -25,6 +25,18 @@ transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1); } +#shadowPreviewbar { + overflow: hidden; + padding: 0; + margin: 0; + position: absolute; + width: 100%; + height: 100%; + z-index: 1; + + transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1); +} + .progress-bar-line > #previewbar { height: 3px; }