Skip to content
Snippets Groups Projects
Commit f20e42a9 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

z-index 99 for fullscreen molstar

parent 0f2f8286
No related branches found
No related tags found
No related merge requests found
Pipeline #119176 passed
...@@ -189,9 +189,8 @@ const moleculeFormat: Ref<string> = ref("pdb") ...@@ -189,9 +189,8 @@ const moleculeFormat: Ref<string> = ref("pdb")
<v-sheet v-if="selectedPdb" <v-sheet v-if="selectedPdb"
class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3" 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" position="relative">
<pdbe-molstar ref="pdbeMolstarComponent" hide-controls="true" landscape="true" <pdbe-molstar ref="pdbeMolstarComponent" landscape :custom-data-url="selectedPdb"
:custom-data-url="selectedPdb" alphafold-view="true" alphafold-view="true" :custom-data-format="moleculeFormat"></pdbe-molstar>
:custom-data-format="moleculeFormat"></pdbe-molstar>
</v-sheet> </v-sheet>
</v-col> </v-col>
<v-col :cols="mobile ? 12 : undefined"> <v-col :cols="mobile ? 12 : undefined">
...@@ -262,6 +261,10 @@ const moleculeFormat: Ref<string> = ref("pdb") ...@@ -262,6 +261,10 @@ const moleculeFormat: Ref<string> = ref("pdb")
color: black !important; color: black !important;
} }
.msp-layout-expanded {
z-index: 99 !important
}
.legendColor { .legendColor {
height: 16px; height: 16px;
width: 16px; width: 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment