diff --git a/src/App.vue b/src/App.vue index 06f8142e..feb86522 100644 --- a/src/App.vue +++ b/src/App.vue @@ -268,6 +268,7 @@ body { // Prevent content overflow on NC <25 #content-vue { max-height: 100vh; + z-index: 3000; // above header } // Patch viewer to remove the title and diff --git a/src/components/SelectionManager.vue b/src/components/SelectionManager.vue index 288ca578..abff9c97 100644 --- a/src/components/SelectionManager.vue +++ b/src/components/SelectionManager.vue @@ -1,7 +1,7 @@