[DURACOM-180] Prevent header from covering media viewer controls (base theme)

This commit is contained in:
Davide Negretti
2023-11-09 15:24:22 +01:00
parent 0208a78437
commit c042cd8d11
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<div [ngClass]="{'open': !(isNavBarCollapsed | async)}">
<div [ngClass]="{'open': !(isNavBarCollapsed | async)}" id="header-navbar-wrapper">
<ds-themed-header></ds-themed-header>
<ds-themed-navbar></ds-themed-navbar>
</div>