diff --git a/frontend/src/app/app.component.css b/frontend/src/app/app.component.css deleted file mode 100644 index b2988f37c..000000000 --- a/frontend/src/app/app.component.css +++ /dev/null @@ -1,20 +0,0 @@ -/* - * SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors - * SPDX-License-Identifier: Apache-2.0 - */ - -.overall-wrapper { - display: flex; - flex-direction: column; - min-height: 100%; - overflow: unset; -} - -.container-wrapper { - overflow-y: visible; - overflow: unset; -} - -router-outlet { - height: 100%; -} diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 060a8e04f..43c30bea4 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -3,12 +3,12 @@ ~ SPDX-License-Identifier: Apache-2.0 --> - + - + @if ( (fullscreenService.isFullscreen$ | async) === false && pageLayoutService.showNavbar diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts index 20af12db5..7ec0c0cc1 100644 --- a/frontend/src/app/app.component.ts +++ b/frontend/src/app/app.component.ts @@ -24,7 +24,6 @@ import { FullscreenService } from './sessions/service/fullscreen.service'; @Component({ selector: 'app-root', templateUrl: './app.component.html', - styleUrls: ['./app.component.css'], imports: [ MatDrawerContainer, MatDrawer,