Newer
Older
AndiMajore
committed
position: absolute !important;
height: 100% !important;
width: 100% !important;
.tab-header-small {
padding: 0 !important;
}
// remove margin from tab header when network is displayed, so that network
padding-left: 0 !important;
padding-right: 0 !important;
.tabs {
margin: 0;
}
.tab-content {
width: 100%;
height: calc(100% - #{$network-header-height} - #{$analysis-tab-header-height});
}
}
.tabs-header {
height: $analysis-tab-header-height;
}
.tab-content {
visibility: hidden;
&.is-visible {
visibility: visible;
}
&.table-tab {
// 100% - #{$network-header-height} - #{$analysis-tab-header-height} - normalization-button
height: calc(100% - 40px - 1.5rem - 72px - 6px);
.meta {
table {
width: 500px;
td {
width: 50px;
}
}
}
.tooltip-button {
font-size: 10px;
width: 10px;
}
.legend {
z-index: $analysis-network-legend-z !important;
}