From 63e0c71cf82db13621626c20a6c2737a1072e2c9 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 29 Nov 2023 10:14:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=81=94=E5=8A=A8=E8=B7=B3=E8=BD=AC=E9=80=89=E6=A1=86=E5=9C=A8?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E9=A2=84=E8=A7=88=E7=8A=B6=E6=80=81=E4=B8=8B?= =?UTF-8?q?=E9=83=A8=E5=88=86=E4=B8=8D=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/ViewTrackBar.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/frontend/src/components/canvas/components/editor/ViewTrackBar.vue b/core/frontend/src/components/canvas/components/editor/ViewTrackBar.vue index e2a87a145f..76ab54df63 100644 --- a/core/frontend/src/components/canvas/components/editor/ViewTrackBar.vue +++ b/core/frontend/src/components/canvas/components/editor/ViewTrackBar.vue @@ -76,6 +76,9 @@ export default { .track-menu { border: #3a8ee6 1px solid; + position: absolute !important; + top: 0 !important; + left: 0 !important; }