diff --git a/changes/changelog.d/468.bugfix b/changes/changelog.d/468.bugfix new file mode 100644 index 000000000..c5fdfce5e --- /dev/null +++ b/changes/changelog.d/468.bugfix @@ -0,0 +1 @@ +Fix loading on browse page lists causing them to go down, and dimming over the top bar (#468) diff --git a/front/src/App.vue b/front/src/App.vue index 8b1ac775a..e0c4070a8 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -250,7 +250,7 @@ html, body { left: 350px; right: 0px; top: 0px; - z-index: 1; + z-index: 2000; } background-color: white; .item { diff --git a/front/src/components/audio/track/Widget.vue b/front/src/components/audio/track/Widget.vue index ca3ae2424..6a1d06690 100644 --- a/front/src/components/audio/track/Widget.vue +++ b/front/src/components/audio/track/Widget.vue @@ -10,9 +10,6 @@