Skip to content

Commit

Permalink
hack: disable sbb header
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgreiner committed Dec 3, 2024
1 parent 4b90012 commit f6a9429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
label="Netzgrafik-Editor"
[subtitle]="'app.version' | translate:{ 'version': version }"
class="sbb-header-fixed-columns noprint"
*ngIf="!disableBackend"
>
<sbb-app-chooser-section [label]="'app.user-guide' | translate" class="noprint">
<a href="https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/blob/main/documentation/USERMANUAL.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ a.SideBarMainIcon.sbb-active {
}

.sbb-icon-sidebar-container.disableBackend {
top: 53px;
top: 0px;
}

0 comments on commit f6a9429

Please sign in to comment.