diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue index 8ffdcadcabe641369a9109d1a965324a2dfa6af9..03689717de70342291bb98dbeb82650fbcb2b809 100644 --- a/components/content/MolstarPdbePlugin.vue +++ b/components/content/MolstarPdbePlugin.vue @@ -190,9 +190,9 @@ const moleculeFormat: Ref<string> = ref("pdb") <v-col :cols="mobile ? 12 : 'auto'"> <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"> + :height="computedHeight" :width="computedWidth" style="position:relative;"> <pdbe-molstar ref="pdbeMolstarComponent" :custom-data-url="selectedPdb" alphafold-view - landscape sequence-panel :custom-data-format="moleculeFormat"></pdbe-molstar> + sequence-panel="true" landscape="false" :custom-data-format="moleculeFormat"></pdbe-molstar> </v-sheet> </v-col> <v-col :cols="mobile ? 12 : undefined">