diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue
index 79716b0788a78c6ad0b626310a6f8f720f7a8381..aa034479331ff592b501415e06f3da5fe42ec1ee 100644
--- a/components/content/MolstarPdbePlugin.vue
+++ b/components/content/MolstarPdbePlugin.vue
@@ -189,9 +189,8 @@ const moleculeFormat: Ref<string> = ref("pdb")
                         <v-sheet v-if="selectedPdb"
                             class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3"
                             :height="computedHeight" :width="computedWidth" position="relative">
-                            <pdbe-molstar ref="pdbeMolstarComponent" hide-controls="true" landscape="true"
-                                :custom-data-url="selectedPdb" alphafold-view="true"
-                                :custom-data-format="moleculeFormat"></pdbe-molstar>
+                            <pdbe-molstar ref="pdbeMolstarComponent" landscape :custom-data-url="selectedPdb"
+                                alphafold-view="true" :custom-data-format="moleculeFormat"></pdbe-molstar>
                         </v-sheet>
                     </v-col>
                     <v-col :cols="mobile ? 12 : undefined">
@@ -262,6 +261,10 @@ const moleculeFormat: Ref<string> = ref("pdb")
     color: black !important;
 }
 
+.msp-layout-expanded {
+    z-index: 99 !important
+}
+
 .legendColor {
     height: 16px;
     width: 16px;