Skip to content
Snippets Groups Projects
Commit 0a8dc954 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

bugfix: fullscreen in analysis was position absolute and only z-index 30

parent 5e40f9cb
No related branches found
No related tags found
No related merge requests found
<div *ngIf="token"> <div *ngIf="token">
<div class="card analysis" [ngClass]="{ fullscreen: fullscreen }"> <div class="card analysis analysis-view" [ngClass]="{ fullscreen: fullscreen }">
<header class="card-header"> <header class="card-header">
<p class="card-header-title"> <p class="card-header-title">
<app-fa-solid-icon icon="flask"></app-fa-solid-icon> <app-fa-solid-icon icon="flask"></app-fa-solid-icon>
......
...@@ -581,7 +581,7 @@ ...@@ -581,7 +581,7 @@
<!-- Start network block --> <!-- Start network block -->
<div class="drugstone network column" id="main-column"> <div class="drugstone network column" id="main-column">
<!-- analysis panel with analysis network --> <!-- analysis panel with analysis network -->
<div class="analysis-view" *ngIf="selectedAnalysisToken"> <div *ngIf="selectedAnalysisToken">
<app-analysis-panel <app-analysis-panel
[(token)]="selectedAnalysisToken" [(token)]="selectedAnalysisToken"
(showDetailsChange)=" (showDetailsChange)="
......
...@@ -179,7 +179,6 @@ ...@@ -179,7 +179,6 @@
.analysis-view { .analysis-view {
height: 100%; height: 100%;
width: 100%; width: 100%;
position: absolute !important;
margin-top: 0; margin-top: 0;
z-index: $analysis-view-z; z-index: $analysis-view-z;
......
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